Projects in Awesome Lists tagged with algorithms-and-data-structures
A curated list of projects in awesome lists tagged with algorithms-and-data-structures .
https://github.com/yakupzengin/data-structures-and-algortihms
This repo contains implementation of data structures and algorithms using JAVA
algorithms algorithms-and-data-structures data structure
Last synced: 19 Feb 2025
https://github.com/akashrajpurohit/leetcode-august-2020-challenge
Leetcode August Challenge in CPP
algorithms-and-data-structures cpp-solutions leetcode-august-challenge
Last synced: 22 Apr 2025
https://github.com/murodof/datastructureandalgorithms
algorithms-and-data-structures
Last synced: 26 Feb 2025
https://github.com/edinsonrequena/hacker-rank
My Hacker Rank solutions
algorithms algorithms-and-data-structures c competitive-programming computer-science hackerrank hackerrank-solutions javascript problem-solving python
Last synced: 22 Mar 2025
https://github.com/tuannh982/hnsw-scala
HNSW vector search algorithm implementation in Scala
algorithm algorithms algorithms-and-data-structures ann approximate-nearest-neighbor-search datastructures datastructures-algorithms hnsw knn nearest-neighbors scala search-algorithm searching-algorithms vector-search vector-search-engine
Last synced: 29 Mar 2025
https://github.com/arnaudband/algorithms_and_data_structures
This repository contains implementations of data structures and algorithms. Created as part of a Data Structures and Algorithms course, it features organized folders for each topic, with README files providing overviews, use cases, and complexity analysis. Sample problems and solutions, along with test cases, are also included.
algorithms-and-data-structures algorithms-implemented data-structures github-codespaces javascript learn solidity
Last synced: 23 Jul 2025
https://github.com/samuelselasi/monty
0x19. C - Stacks, Queues - LIFO, FIFO
algorithms-and-data-structures brainfuck bytecode fifo-queue lifo-queue lifo-stack monty opcodes queue stacks
Last synced: 08 Jul 2025
https://github.com/akashrajpurohit/leetcode-september-2020-challenge
Solutions from Leetcode September 2020 Challenge
algorithms-and-data-structures leetcode-challenge-september leetcode-challenge-solution
Last synced: 22 Apr 2025
https://github.com/amoshnin/mipt.cpp-competitive.programming
📘 MIPT University - Olympiad School of Competitive Programming (C++) Curated repository with full explanations, solutions & written lectures collected throughout my academic experience at MIPT school
algorithms-and-data-structures competitive-programming cpp olympiad-in-informatics
Last synced: 13 Mar 2025
https://github.com/raphaelsenn/prefix-search-engine
Simple Prefix Binary Tree-based string search engine written in Rust.
algorithms-and-data-structures binary-search binary-search-tree binary-tree fltk prefix prefix-search rust rust-lang search-algorithm search-engine searchengine searching-algorithms
Last synced: 03 Sep 2025
https://github.com/pydevcasts/algorithm
Pseudo Code Python
algorithms-and-data-structures pseudocode
Last synced: 22 Jul 2025
https://github.com/subhangisati/data-structure-in-c
This is implementation of array, stack, queue, linked list and algorithms in C programming language.
algorithms-and-data-structures c-language c-programming-language data-structures dsa-algorithm practice-programming problem-solving
Last synced: 14 Mar 2025
https://github.com/kalpitcool2006/go-datastructures
This repository consists of the code samples, assignments, and the curriculum for the Community Classroom complete Data Structures & Algorithms Golang bootcamp. GO Data Structures & Algorithms
algorithms algorithms-and-data-structures competetive-programming data-structures golang golang-examples interview interview-preparation interview-questions interviewbit interviewbit-solutions map math
Last synced: 22 Jul 2025
https://github.com/behzadam/algorithms
This repository is a collection of TypeScript algorithms and data structures.
algorithm algorithms algorithms-and-data-structures data-structures javascript-algorithms patterns search-algorithm sorting-algorithms typescript
Last synced: 05 Apr 2025
https://github.com/rohan-bhautoo/karaoke-application
A Karaoke Application was designed and implemented using Data Structures and JavaFX where a user will be able to search specific songs from a large number of data and to add new songs to the playlist.
algorithms-and-data-structures binary-search-tree java javafx linked-list red-black-tree
Last synced: 12 Mar 2025
https://github.com/eulerkochy/algorithms-lab
algorithms algorithms-and-data-structures
Last synced: 05 Apr 2025
https://github.com/bkpecho/hackerrank
Welcome to my HackerRank coding challenges repository! Here, you will find solutions to various coding challenges that I have completed on HackerRank.
algorithm-challenges algorithms algorithms-and-data-structures hackerrank hackerrank-solutions interview-preparation interview-questions javascript programming-challenges programming-exercises
Last synced: 25 Oct 2025
https://github.com/lehoangan2906/algorithms--part-ii
Princeton Algorithms Part II
algorithms algorithms-and-data-structures data-structures graphs graphs-algorithms graphs-theory java
Last synced: 24 Mar 2025
https://github.com/wilsonibekason/codewars
This is a platform where we answer all the most advanced codewars question on algorithm and data-structure
algorithms-and-data-structures codewars-javascript codewars-solutions functional-programming object-oriented-programming senior-code
Last synced: 05 Mar 2025
https://github.com/muhammad-magdi/corebasicsclass
The Java Implementation of the Datastructures and Algorithms discussed in the Core Basics Class @CoachAcademy
algorithm algorithms algorithms-and-data-structures algorithms-datastructures data-structures datastructures java
Last synced: 08 Apr 2025
https://github.com/msdeep14/codeforces
codeforces solutions
algorithms algorithms-and-data-structures codeforces codeforces-solutions cpp
Last synced: 25 Feb 2025
https://github.com/erickarpovits/competitive-programming-solutions
Solutions to competitive programming problems using C++
algorithms algorithms-and-data-structures competitive-programming contests cplusplus cplusplus-11 dmoj programming-competitions programming-concepts
Last synced: 13 Mar 2025
https://github.com/aditeyabaral/data-structures-lab-ue18cs207
A repository containing the source codes to the problem statements given as part of the Data Structures Laboratory course (UE18CS207) at PES University.
algorithms algorithms-and-data-structures c data-structures
Last synced: 09 Mar 2025
https://github.com/lebrancworkshop/learn-dsal-cpp-mikelopster
Learning Data Structures and Algorithms with C++ by Mikelopster (Thai Software Developer Youtube Channel)
algorithms algorithms-and-data-structures cpp data-structures data-structures-and-algorithms
Last synced: 31 Mar 2025
https://github.com/jrgil20/proyecto_algprogram2
Proyecto ( Centro de estudiantes) para Algoritmos y Programación II en el semestre Mar22/Jul23
academic-project algorithms-and-data-structures c
Last synced: 07 May 2025
https://github.com/seema1711/my100daysofcode
algorithms-and-data-structures css3 functions html5 javascript python3
Last synced: 27 Mar 2025
https://github.com/olaolatunbos/leetcode
The repository contains my solutions to leetcode questions in Python, along with data structures and algorithms
algorithms algorithms-and-data-structures data-structures leetocde python
Last synced: 03 Mar 2025
https://github.com/izenynn/push_swap
42 Cursus - push_swap: This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
42 42born2code algorithm algorithm-challenges algorithms-and-data-structures algorithms-datastructures c linux macos optimization optimization-algorithms push-swap pushswap
Last synced: 15 Mar 2025
https://github.com/bansal-samarth/daily-dose-of-dsa
A collection of my DSA solutions—cracking problems one algorithm at a time!
algorithms-and-data-structures data-structures dsa geeksforgeeks geeksforgeeks-solutions leetcode leetcode-solutions
Last synced: 06 Apr 2025
https://github.com/kawser2133/problem-solving-practice
The solutions are implemented in the C# programming language and aim to showcase my problem-solving skills and coding practices.
algorithms algorithms-and-data-structures csharp data-structures problem-solving
Last synced: 03 Mar 2025
https://github.com/qjnz/python-data-structure-and-algorithms
Code examples from LinkedIn course [Python Data Structures and Algorithms by Robin Andrews](https://www.linkedin.com/learning/python-data-structures-and-algorithms)
algorithms algorithms-and-data-structures data-structures python python3
Last synced: 04 Apr 2025
https://github.com/jmorbegoso/algorithms-in-go
Data Structures and Algorithms in Go.
algorithms algorithms-and-data-structures data-structures go golang gotest
Last synced: 28 Jun 2025
https://github.com/solygambas/coding-interview-algorithms-data-structures
Some algorithms and data structures to prepare for a JavaScript coding interview.
algorithms algorithms-and-data-structures coding-challenge coding-interviews data-structures javascript
Last synced: 07 Apr 2025
https://github.com/himmat12/dsa-playground
This repository contains coding problems for practicing data structures and algorithms, LeetCode-style. Covers arrays, linked lists, stacks, and more. Solve in any language to strengthen problem-solving skills and prep for interviews.
algorithms-and-data-structures codingchallenges codinginterview data-structures javascript
Last synced: 29 Mar 2025
https://github.com/alexnaughtonjr/Algorithms_Notes
A place for notes related to learning Algorithms.
algorithms algorithms-4th algorithms-and-data-structures algorithms-datastructures algorithms-implemented algorithms-java algorithms-playground-practice algorithms-princeton algorithms-python algorithms-specialization
Last synced: 26 Sep 2025
https://github.com/richardmiruka/alx-interview
This interview repository 📒 is a collection of (practical) questions and answers designed to help someone prepare for programming interviews. The repository is organized into several categories, including Algorithms, programming concepts, and miscellaneous topics through Practical questions and concepts such as Pascal's triangle.
algorithms algorithms-and-data-structures data-structures logic logic-programming programming-languages
Last synced: 26 Feb 2025
https://github.com/seifalmotaz/routly
Routly: Elevating skills through dynamic data structures, using binary trees for precise URL path matching.
algorithms algorithms-and-data-structures dart dartlang data-structures
Last synced: 21 Jul 2025
https://github.com/diable201/grokking_algorithms
Code from the book "Grokking Algorithms" in Python3 and C++
algorithms-and-data-structures cpp grokking-algorithms python3
Last synced: 29 Oct 2025
https://github.com/princeshahgithub/c-projects
From Basic To Advance Level Projects
algorithms-and-data-structures beginner beginner-project c
Last synced: 02 Sep 2025
https://github.com/ravgeetdhillon/hackerrank-algo-ds
My hackerrank codes for problem solving and algorithm implementation.
algorithms-and-data-structures hackerrank hackerrank-solutions python
Last synced: 19 Aug 2025
https://github.com/gusanmaz/psuedo_big_data
pseudo_big_data is a Python package that generates mock-up datasets for various data types and sizes for testing and development purposes.
algorithms algorithms-and-data-structures faker-generator mock-data mock-data-generator pseudo-data
Last synced: 13 Mar 2025
https://github.com/jenniferplusplus/interview-algorithms
A collection of solutions to algorithm or data structure based programming challenges I've been given during interviews recently.
algorithm-challenges algorithms algorithms-and-data-structures data-structures interview interview-practice interview-preparation interview-questions
Last synced: 18 Nov 2025
https://github.com/basemax/sortingalgorithms
This is a collection of sorting algorithms implemented in C.
algo algorithm algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures c sort-algorithm sort-algorithms
Last synced: 03 Apr 2025
https://github.com/volkansah/anti-dump-algorithm
The Anti-Dump Algorithm is designed to evaluate and filter out unproductive or irrelevant input, commonly referred to as "noise," while prioritizing clarity, effort, and context. This algorithm measures the quality of input based on several key parameters with the ADI.
ai ai-algorithm ai-solutions algorithm algorithm-challenges algorithms-and-data-structures anti-dump anti-dump-algorithm dump dumper dumpiness python solutions spam-filtering
Last synced: 31 Aug 2025
https://github.com/priyakdey/algoexpert-solutions
Algoexpert Solution
algoexpert algoexpert-java-solutions algoexpert-solutions algorithms algorithms-and-data-structures data-structures faang-interview interview-preparation
Last synced: 08 Mar 2025
https://github.com/lsegg/javascript-algorithms-and-data-structures
Code accompanying the Udemy course JavaScript Algorithms and Data Structures Masterclass by Colt Steele
algorithms algorithms-and-data-structures colt-steele data-structures data-structures-and-algorithms javascript
Last synced: 03 Mar 2025
https://github.com/kaua-pt/eda-fga-2022.2
Repositório com os códigos de EDA1
algorithm algorithms-and-data-structures study-project
Last synced: 22 Mar 2025
https://github.com/sakibvhossain/algorithm-va
Algorithm Visualization and Analysis is an Educational Android based application. Main feature of this application which can visualize and analize algorithms.
algorithms-and-data-structures android codeview java
Last synced: 02 Mar 2025
https://github.com/lucca16bit/java-data-structure
Repositório para estudos de estrutura de dados e algoritmos com java
algorithms-and-data-structures java
Last synced: 28 Mar 2025
https://github.com/moinulmoin/common-dsa-with-js
common data structures and algorithms with JavaScript
algorithms algorithms-and-data-structures data-structures dsa
Last synced: 04 Mar 2025
https://github.com/ziobrowskipiotr/leetcode-c
In this repository I want to show my skills using the LeetCode platform. Using the LeetHub plugin, I place tasks that I have completed.
algorithms-and-data-structures
Last synced: 30 Jun 2025
https://github.com/aryank1511/data-structures-and-algorithms-in-python
A collection of files and notes that I've created while learning Data Structures and Algorithms in Python.
algorithms-and-data-structures python3
Last synced: 28 Mar 2025
https://github.com/piyushpriyadarshi/javautility
all datastructures and utility functions implemented in java
algorithms algorithms-and-data-structures data-structures datastructures java-8 problem-solving utility-application utility-classes utility-library
Last synced: 23 Feb 2025
https://github.com/denpeshkov/cs-digital-garden
Computer Science Digital Garden
algorithms-and-data-structures computer-science concurrency distributed-systems golang hardware obsidian os
Last synced: 12 Sep 2025
https://github.com/priyakdey/differ
A purely client side text comparison tool.
algorithms algorithms-and-data-structures html-css-javascript javascript
Last synced: 28 Mar 2025
https://github.com/sergio16t/algorithms-bigo-datastructures
Algorithms & Data Structures in JavaScript with notes including Big O Notation and time complexity analysis.
algorithms algorithms-and-data-structures javascript
Last synced: 25 Apr 2025
https://github.com/venkyiyer/daily_code
Daily coding practice of DS and Algos
algorithms-and-data-structures python3
Last synced: 23 Mar 2025
https://github.com/bilalmohib/jspractise
This repo contains the code wars problems solutions that i solved to prepare for my javascript coding interview.
algorithms-and-data-structures assessments js problem-solving
Last synced: 13 Mar 2025
https://github.com/lakshitnagar/ds-algo
From ground up implementation of data structure and algorithms.
algorithms algorithms-and-data-structures algorithms-datastructures basic-data-structures data-structures linked-list
Last synced: 23 Mar 2025
https://github.com/priyakdey/huffman-encoding
Huffman Encoding implementation in C
algorithms algorithms-and-data-structures c data-structures hashtable huffman-coding huffman-compression-algorithm huffman-tree priority-queue
Last synced: 28 Mar 2025
https://github.com/Hasnatrasool163/SocialNetworkFriendRecommendationSystem
Social-Network-Friend-Recommendation-System
algorithms-and-data-structures data-structures dsa-algorithm graphs-algorithms java java-fxml java-gui javafx queue-algorithm
Last synced: 10 Jul 2025
https://github.com/otarossoni/data-structures-and-algorithms.lang
♾️ Catálogo de todos os algoritmos que estudei, focado em armazenar exemplos e explicações sobre o funcionamento.
algorithms-and-data-structures go other study typescript
Last synced: 20 Oct 2025
https://github.com/alexnaughtonjr/algorithms_notes
A place for notes related to learning Algorithms.
algorithms algorithms-4th algorithms-and-data-structures algorithms-datastructures algorithms-implemented algorithms-java algorithms-playground-practice algorithms-princeton algorithms-python algorithms-specialization
Last synced: 06 Mar 2025
https://github.com/nelsonbn/algorithms-data-structures-binary-search-tree
Algorithms and Data Structures - Binary Search Tree (BST)
algorithms algorithms-and-data-structures data-structures
Last synced: 06 Mar 2025
https://github.com/mehrajlatifli/datastructuresandalgorithmsincsharp
Examples of Data Structures and Algorithms in C Sharp
abstract-data-types algorithms-and-data-structures array data-structures-and-algorithms fifo graph lifo searching-algorithms sorting-algorithms
Last synced: 04 Mar 2025
https://github.com/welldefinedkernel/alg
Implementation of algorithmic tasks
algorithms-and-data-structures java object-oriented-programming university
Last synced: 15 Jun 2025
https://github.com/maskedsyntax/hashprepcom
A web app to track, manage, and optimize your DSA and System Design progress for acing coding interviews.
algorithms-and-data-structures dsa java machine-learning nextjs spring-boot system-design typescript webapp
Last synced: 20 Mar 2025
https://github.com/l0rd-inquisit0r/c
Where I store my notes for C programming and Data Structures, Algorithms and Complexities
algorithms-and-data-structures algorithms-datastructures c data-structure data-structures data-structures-algorithms data-structures-and-algorithms data-structures-c dsa
Last synced: 23 Feb 2025
https://github.com/sreejit7/data-structures-algorithms
Codes with solutions for different Data Structures & Algorithm related problems
algorithms algorithms-and-data-structures cpp data-structures problem-solving
Last synced: 09 Sep 2025
https://github.com/akankshaaa013/dsa_busted
Let's Learn DSA : )
algorithms-and-data-structures dsa-learning-series
Last synced: 15 Mar 2025
https://github.com/longluo/fibonacci
9 Fibonacci Algorithms
algorithm algorithms-and-data-structures fibonacci fibonacci-numbers java math space-complexity space-complexity-analysis time-complexity time-complexity-analysis
Last synced: 24 Feb 2025
https://github.com/priyakdey/blind-75
Solutions to Blind 75 Problem Set.
algorithms-and-data-structures blind75 java java-21
Last synced: 28 Mar 2025
https://github.com/cyberguru1/golangleetcodesolution
leetcode problems solved in golang
algorithms algorithms-and-data-structures arrays blind75 dp go golang golang-examples interface leetcode lists maps sorting stacks structs
Last synced: 13 Mar 2025
https://github.com/aryehky/rosette
Rosette CPP C++cmake configurations programs projects algorithms framework tests
algorithms-and-data-structures challenges cmake config cpp framework frameworks
Last synced: 15 Mar 2025
https://github.com/mollybeach/azelia
Azelia Game: Ruby Game Development engineTools, frameworks game rails and software
algorithms-and-data-structures game-development game-engine project project-management ruby ruby-on-rails
Last synced: 15 Mar 2025
https://github.com/ark2016/algorithms_c_lang
algorithms and data structures C lang
algorithms-and-data-structures bmstu bmstu-iu9 c
Last synced: 06 Mar 2025
https://github.com/priyakdey/leetcode
Solutions to problems from leetcode
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures data-structures leetcode leetcode-python leetcode-solutions python3
Last synced: 28 Mar 2025
https://github.com/souvikpaul6436/arsh-goyal
Arsh Goyal DSA Material
algorithms-and-data-structures data-structures
Last synced: 06 Mar 2025
https://github.com/mohamedsci/javascript-training-challenges
This list covers essential JavaScript topics, including design patterns, memory management, event loops, concurrency, functional programming, async/await, recursion, and advanced algorithms. Enhance your skills with real-world challenges and expert insights! 🚀
algorithms algorithms-and-data-structures api arrays chalenges challenge code concurrency design-pattern design-patterns javascript javascript-applications object-oriented-programming oop oop-in-javascript oop-principles performance solid solid-principles string
Last synced: 06 Jul 2025
https://github.com/ochieng424/data-structures-and-algorithms
Data Structures and Algorithm in Python
algorithms algorithms-and-data-structures data-structures python3
Last synced: 04 Mar 2025
https://github.com/elyse502/sorting_algorithms
C - Sorting algorithms & Big O Topics
algorithms algorithms-and-data-structures bigo bigocomplexity bigonotation c cprogramming-language sorting-algorithms
Last synced: 15 May 2025
https://github.com/rt2013g/algorithms-data-structures
A compendium of Algorithms and Data Structures I've learned.
algorithms-and-data-structures cormen cpp
Last synced: 04 Mar 2025
https://github.com/willgreen98/data-structures-and-algorithms
Sorting-Algorithms For CS Theory
algorithm algorithms algorithms-and-data-structures algorithms-implemented cpp data-structures datastructures geeksforgeeks
Last synced: 08 Nov 2025
https://github.com/rdrahul123/my_code
Welcome to my code repository! This repository serves as a centralized location for all my code and documents related to data structures, algorithms, and problem-solving techniques.
algorithm-analysis algorithms-and-data-structures cpp cpp11 cpp17 datastructures
Last synced: 14 Nov 2025
https://github.com/gopikrsmscs/leetcode
Problems I solve daily on LeetCode will be auto published to this repository
algorithms-and-data-structures interview-questions java leetcode
Last synced: 12 Mar 2025
https://github.com/kareimgazer/algorithmic-tool-box
handy algorithms :)
algorithms-and-data-structures c cpp python3
Last synced: 29 Mar 2025
https://github.com/vijayksingh/practice-datastructure
A collection of common data structure exercises accompanied with test cases for self study.
algorithms algorithms-and-data-structures data-structures datastructures-algorithms interview javascript practice
Last synced: 29 Aug 2025
https://github.com/blue-davinci/gored
GoRedis is a lightweight, in-memory key-value store implemented in Go, inspired by Redis. This project demonstrates building a simple yet functional key-value store with basic command support, such as SET, GET, and HELLO
algorithms algorithms-and-data-structures golang memory memory-management redis testing
Last synced: 30 Mar 2025
https://github.com/carrington-dev/computer_science_repo
Wits Computer Science Practice
algorithms-and-data-structures alogrithms computer-science cpp11 data-structures-and-algorithms progrmming-language
Last synced: 26 Feb 2025
https://github.com/zul132/placement-prep-programs-java
This repository contains all the Java programs and coding problems I practiced for my placement preparation. The programs are organized topic-wise for ease of reference.
algorithms algorithms-and-data-structures data-structures data-structures-algorithms data-structures-and-algorithms dsa dsa-algorithm dsa-practice java placement placement-preparation programming-exercises
Last synced: 20 Feb 2025
https://github.com/mdo91/exercism-swift
Set of algorithmic challenges provided by exercism platform about swift language and its generic functions
algorithm algorithms algorithms-and-data-structures challenge challenges challenges-solved closure closure-exercise closures exercism-platform generic-functions swift swift-language unit-testing unitest
Last synced: 13 Mar 2025
https://github.com/hrolive/leetcode-python-solutions
This repository contains my solutions to several LeetCode problems, in Python.
algorithms algorithms-and-data-structures interview-practice leetcode python solutions
Last synced: 13 Nov 2025
https://github.com/samya-s/design-and-analysis-of-algorithms-lab
Design and Analysis of Algorithms Lab (MA39203)
algorithm-design algorithms algorithms-and-data-structures cpp design-and-analysis-of-algorithms design-and-analysis-of-algorithms-lab
Last synced: 29 Mar 2025
https://github.com/xam1dullo/dsa
Master the Coding Interview: Data Structures + Algorithms The ultimate coding interview bootcamp to help you ace your coding interviews and land your dream job. You'll not only learn data structures and algorithms but also the exact steps to take to get more interviews, more job offers, and a higher salary.
algorithms-and-data-structures data-structures javascript problem-solving self selfstudy
Last synced: 27 Mar 2025
https://github.com/thevinh-ha-1710/search-algorithm
This projects builds algorithms to find the nearest premise based on user's location.
algorithms-and-data-structures big-data data-engineering data-processing python-developer
Last synced: 06 Mar 2025
https://github.com/senior-sigan/omsu_algorithms
Курс "Алгоритмы и структуры данных" ОмГУ Факультет Цифровых технологий и кибербезопасности
algorithms-and-data-structures omsu
Last synced: 23 Jul 2025
https://github.com/richardmiruka/alx-higher_level_programming
This repository contains multiple programs written in Python Language for the alx-higher_level_programming track at ALX Africa(Holberton School) Some of the programs are implemented using Shell scripts
algorithms algorithms-and-data-structures javascript mysql mysql-database oops-in-python python python3
Last synced: 11 Sep 2025