Projects in Awesome Lists tagged with algorithms-datastructures
A curated list of projects in awesome lists tagged with algorithms-datastructures .
https://github.com/thealgorithms/java
All Algorithms implemented in Java
algorithm algorithm-challenges algorithms algorithms-datastructures data-structures hacktoberfest java search sort sorting-algorithms
Last synced: 09 Sep 2025
https://github.com/TheAlgorithms/Java
All Algorithms implemented in Java
algorithm algorithm-challenges algorithms algorithms-datastructures data-structures hacktoberfest java search sort sorting-algorithms
Last synced: 15 Mar 2025
https://github.com/azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
algo algorithm algorithms algorithms-datastructures computer-science cpp data-structures interview java javascript leetcode leetcode-solutions python tree
Last synced: 12 May 2025
https://github.com/itcharge/leetcode-py
⛽️「算法通关手册」:超详细的「算法与数据结构」基础讲解教程,从零基础开始学习算法知识,850+ 道「LeetCode 题目」详细解析,200 道「大厂面试热门题目」。
acm-icpc algo algorithm algorithms algorithms-datastructures data-structure data-structures interview interviews leetcode leetcode-py leetcode-python leetcode-solutions python
Last synced: 13 May 2025
https://github.com/itcharge/LeetCode-Py
⛽️「算法通关手册」:超详细的「算法与数据结构」基础讲解教程,从零基础开始学习算法知识,850+ 道「LeetCode 题目」详细解析,200 道「大厂面试热门题目」。
acm-icpc algo algorithm algorithms algorithms-datastructures data-structure data-structures interview interviews leetcode leetcode-py leetcode-python leetcode-solutions python
Last synced: 07 May 2025
https://github.com/ua-nick/data-structures-and-algorithms
Data Structures and Algorithms implementation in Go
algorithm algorithms algorithms-and-data-structures algorithms-datastructures data-structures datastructures go golang
Last synced: 15 May 2025
https://github.com/ua-nick/Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Go
algorithm algorithms algorithms-and-data-structures algorithms-datastructures data-structures datastructures go golang
Last synced: 28 Mar 2025
https://github.com/aniket965/hello-world
Add any Program in any language you like or add a hello world Program ❣️ if you like give us :star:
algorithm algorithms-datastructures hacktoberfest hacktoberfest2018 hello-world helloworld
Last synced: 27 Sep 2025
https://github.com/Aniket965/Hello-world
Add any Program in any language you like or add a hello world Program ❣️ if you like give us :star:
algorithm algorithms-datastructures hacktoberfest hacktoberfest2018 hello-world helloworld
Last synced: 03 May 2025
https://github.com/tech-cow/leetcode
👏🏻 leetcode solutions for Humans™
algiorithimcs algorithm algorithm-challenges algorithm-competitions algorithms algorithms-and-data-structures algorithms-datastructures google interview interview-practice interview-preparation interview-questions interview-test leetcode leetcode-python leetcode-solutions python python-leetcode
Last synced: 16 May 2025
https://github.com/sahilbansal17/get_better_at_cp_in_2_months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
algorithm algorithm-challenges algorithm-competitions algorithm-library algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented competitive-coding competitive-programming competitive-programming-algorithms competitive-programming-contests competitive-programming-reference competitive-sites competitiveprogramming data-structures
Last synced: 24 Mar 2025
https://github.com/sahilbansal17/Get_Better_at_CP_in_2_Months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
algorithm algorithm-challenges algorithm-competitions algorithm-library algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented competitive-coding competitive-programming competitive-programming-algorithms competitive-programming-contests competitive-programming-reference competitive-sites competitiveprogramming data-structures
Last synced: 14 May 2025
https://github.com/TheAlgorithms/Lua
Algorithms and Data Structures implemented in the Lua programming language
algorithms algorithms-datastructures datastructures datastructures-algorithms dsa hacktoberfest lua
Last synced: 10 May 2025
https://github.com/thealgorithms/lua
Algorithms and Data Structures implemented in the Lua programming language
algorithms algorithms-datastructures datastructures datastructures-algorithms dsa hacktoberfest lua
Last synced: 09 Apr 2025
https://github.com/thealgorithms/f-sharp
All Algorithms implemented in F#
algorithms algorithms-challenges algorithms-datastructures algorithms-illuminated fsharp hacktoberfest implementation interview interview-questions reference search sort sorting-algorithms wiki
Last synced: 14 Sep 2025
https://github.com/anushka23g/learning-made-easy
This project can help you understand the Data Structure and Algorithms in a more efficient manner. It aims at scheduling the studies for maximizing marks during exams. Most students face this problem during exams that what to study to get the best out of their limited time.
algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented data-structures datastructure datastructuresandalgorithm dsa exam-scheduler greedy-algorithm greedy-algorithms job-scheduling open-source
Last synced: 07 Apr 2025
https://github.com/srbcheema1/Algo_Ds
Repository for cool algorithms and Datastructures
algorithms-datastructures cpp hactoberfest
Last synced: 04 May 2025
https://github.com/dreddsa5dies/algorithm
The repository algorithms implemented on the Go
adt algorithm algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented bfs datastructures go golang search search-algorithm sort
Last synced: 06 Apr 2025
https://github.com/paranoiduser/codewars-handbook
A code warrior's handbook 🐱💻
algorithms-datastructures codewars codewars-solutions coding-interviews contest-programming faang interview interview-preparation learn-to-code problem-solving programming solutions
Last synced: 05 Apr 2025
https://github.com/avinashn/programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
algorithms-datastructures database datatypes dictionary lists-python python python-3-4 python-console python-gui python-tk python-tkinter python-tutorials searching-algorithms sets sorting-algorithms tkinter tuples
Last synced: 06 Oct 2025
https://github.com/deehzee/unionfind
A union-find disjoint sets data structure implemented in Python with the "Weighted Quick Union with Path Compression" algorithm.
algorithms-datastructures union-by-rank-and-path-compression union-find
Last synced: 05 Apr 2025
https://github.com/recp/ds
🔗 Common Data Structures and Algorithms
algorithm algorithms algorithms-datastructures balanced-search-trees binary-search-tree data-structure forward-list hash hash-table libds list octree rbtree red-black-tree search-trees tree
Last synced: 02 Aug 2025
https://github.com/seanlee97/datastruct_and_algorithms
python/c++实现常用算法(数据结构,搜索,排序,动态规划...)
Last synced: 04 Oct 2025
https://github.com/ashtanko/dsa-kotlin
📚 Collection of various Data Structures and Algorithms, implemented in Kotlin for educational purposes.
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures computer-science datastructures detekt interview interview-practice kotlin learn-to-code sort sorting-algorithms
Last synced: 12 Apr 2025
https://github.com/alessandrocorradini/stanford-university-algorithms-design-and-analysis
Algorithms - Design and Analysis offered by Stanford University
algorithm algorithm-analysis algorithms algorithms-and-data-structures algorithms-datastructures mooc moocs stanford stanford-algs stanford-course stanford-online stanford-university
Last synced: 29 Oct 2025
https://github.com/puria/ksweb
Knowledge Shaper. The editor to share your knowledge.
algorithms-datastructures fossa-status knowledge knowledge-representation knowledgebase lawyer legal-documents legaltech puria python tree-of-savior turbogears2
Last synced: 23 Jul 2025
https://github.com/parasgarg/stevens-computer-science-courses-materials
This repository consists of assignments, lab works, quizzes and more. These assessments belong to the Computer Science major at Stevens Institute of Technology. The materials available in this repository are the among the popular courses offered in Computer Science major in Master of Science. This repository also consists, the solutions of all course works and projects those I solved and submitted during my graduation from Fall 2016 through Spring 2018. Note: All these exercises and assessments (given by university professors) and solutions are for references only.
algorithms-datastructures amazon-web-services aws aws-ec2 cloud computer-science cyber-security data-mining database-management html-css java javascript knowledge-discovery mongodb python-3 r ruby sas sql web-programming
Last synced: 12 Apr 2025
https://github.com/anshumansinha3301/cpp-supreme-base-to-sde
C++ Codes that I have worked on during third semester (includes Data Structures and Algorithm Codes, printing patterns, trading components, Questions)
algorithms-datastructures anshumansinha3301 bitfusion bitfusiondynamics conditional-statements cpp dsa dsa-algorithm patterns
Last synced: 13 Apr 2025
https://github.com/bhartik021/data-structure-algorithm
An repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.
algorithm algorithms algorithms-and-data-structures algorithms-datastructures array binary-search bit-magic bit-manipulation cpp cpp-stl data-structures data-structures-and-algorithms linear-search mathematics recursion searching searching-algorithms stl string tree
Last synced: 03 Oct 2025
https://github.com/edoardottt/filedecrypter
Simple C file decrypter :lock:
algorithm algorithms algorithms-datastructures bit byte c character code cripter criptography obfuscation operating-system software university-project
Last synced: 27 Oct 2025
https://github.com/mpotane/PythonScriptPH
🤖🕹💸A collection of Python scripts to help you learn the language. 🇵🇭.
algorithms-datastructures automation-framework hacktoberfest portfolio python3
Last synced: 09 Jul 2025
https://github.com/simonzhangiter/js-algorithm
DataStructure、Algorithm by JavaScript
algorithm algorithm-challenges algorithms-datastructures datastructures javascript js-algorithms optimization-algorithms
Last synced: 02 Aug 2025
https://github.com/murufeng/data_structures_and_algorithms
数据结构:栈、队列、串、单链表、霍夫曼编码等
Last synced: 04 Oct 2025
https://github.com/tonystone/avltree-swift
An efficient and generic implementation of a balanced AVL Tree in native Swift.
algorithm algorithms-datastructures avl avl-tree avltree-swift balanced-tree ios linux node osx swift swift-3 tree tree-structure tvos watchos
Last synced: 09 Apr 2025
https://github.com/longshilin/data-structure-and-algorithm-java
数据结构与算法 (Java版) | 总结与整理 :sparkles:
algorithms algorithms-datastructures datastructure datastructures datastructuresandalgorithm datastructuresinjava java
Last synced: 13 Sep 2025
https://github.com/sskender/ads
Algorithms and Data Structures implemented in C
algorithm algorithms-datastructures bst bstree bubble-sort data-structures hashing hashmap heap insertion-sort linked-list linkedlist merge-sort queue quick-sort selection-sort shell-sort sorting-algorithms stack tree
Last synced: 15 Apr 2025
https://github.com/matsutaku/simpledatastructure
C++17 library that packed some of succinct data structures and algorithms supports.
algorithms-datastructures cpp17-library succinct succinct-bit-vector succinct-data-structure
Last synced: 23 Apr 2025
https://github.com/basemax/worldalgorithms
Analyzing popular algorithms from the world of algorithms ...
algorithm algorithm-analysis algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented c
Last synced: 05 May 2025
https://github.com/avinandanbose/time_complexity_calculation_of_recursion
Here is all about Time Complexity Calculation of Recursion .
algorithm algorithms algorithms-and-data-structures algorithms-datastructures data-structures data-structures-algorithms data-structures-and-algorithms master-theorem master-thesis masters-theorem recursion recursion-exercises recursion-problem recursion-schemes recursion-tree recursion-tree-visualiser recursive-algorithm wiki
Last synced: 21 Mar 2025
https://github.com/zevolution/java-algorithms-and-datastructure
Algorithms and data structures implemented in Java ☕
algorithm algorithms algorithms-and-data-structures algorithms-datastructures data-structure data-structures java java-algorithm java-algorithms
Last synced: 07 Oct 2025
https://github.com/driftluo/algorithmpractice
Learning data structures and algorithm by C/C++/Rust
algorithms-datastructures c cpp rust
Last synced: 09 Apr 2025
https://github.com/ilijamihajlovic/algorithms-and-data-structures-in-swift
Common Algorithms and Data Structures in Swift
algorithms algorithms-and-data-structures algorithms-datastructures algorithms-swift binary-search data-structures linked-list linkedlist mergesort quickstart swift swift5
Last synced: 21 Jun 2025
https://github.com/dimagutierrez/red-neuronal-tensorflow
Creado con Colaboratory
algorithm algorithm-challenges algorithms-and-data-structures algorithms-datastructures deep-learning jupyter-notebooks tensorflow tensorflowjs
Last synced: 11 Oct 2025
https://github.com/mincong-h/algorithm
Learning Algorithm with LeetCode & HackerRank
algorithms algorithms-datastructures data-structures interview java leetcode leetcode-java leetcode-solutions
Last synced: 06 Mar 2025
https://github.com/bryanwilhite/jupyter-central
an attempt to centralize my little collection 📚 of jupyter notebooks in one place 🚀 🌚 (which might not be a great idea)
algorithms algorithms-datastructures azure data-science f-sharp fsharp jupyter jupyter-notebook jupyterhub python-3 python3
Last synced: 04 Sep 2025
https://github.com/skailasa/practice
🚀 Practice makes better
algorithms-datastructures design-patterns feynman interview-preparation practice practice-programming
Last synced: 11 Oct 2025
https://github.com/prakharchoudhary/codeverse
My implementations of various DS and algorithms, alongwith my submissions on coding platforms like Codechef, Hackerrank, Hackerearth etc.
algorithms-datastructures c codechef-solutions competitive-learning competitive-programming cpp hackerearth hackerrank-solutions python spoj-solutions
Last synced: 07 Oct 2025
https://github.com/kartikcode/data-structures-algorithms
Contains the implementation of various data structures and algorithms. The go-to resource for all your technical interviews and CP contests.
algorithms algorithms-datastructures cp-contests cpp data-structures hacktoberfest hacktoberfest2021 java
Last synced: 13 Apr 2025
https://github.com/sir-gon/algorithm-exercises-csharp
Algorithms exercises solved in C# .NET 8.0, with MSTest test runner. Developed with TDD.
algorithm-and-data-structures algorithm-challenges algorithm-exercises algorithms algorithms-and-data-structures algorithms-datastructures csharp dotnet exercises-code-csharp exercises-solutions hackerrank hackerrank-challenges hackerrank-csharp hackerrank-solutions projecteuler tdd test-driven-development-with-csharp
Last synced: 05 Jul 2025
https://github.com/rodydavis/dart_algorithms
Algorithms in Dart
algorithms algorithms-datastructures data-structures
Last synced: 21 Jul 2025
https://github.com/ajmalfaris11/dsa.java
This repository is dedicated to studying and mastering Data Structures and Algorithms (DSA) using the Java programming language. It serves as a comprehensive resource for learning essential DSA concepts and their implementation in Java, covering everything from basic data structures to advanced algorithms.
algorithms-datastructures big-o-notation complex-analysis dsa space-complexity time-complexity
Last synced: 05 Oct 2025
https://github.com/wlun001/bin-packing
Bin Packing Problem (Minimise number of used Bins)
algorithms-datastructures bin-packing java
Last synced: 04 Apr 2025
https://github.com/basemax/splitlinkedlistc
This is a simple implementation of a linked-list in C with a few helper functions for merging two or three linked-lists, splitting a linked list into two or three parts, and sorting a linked-list (recursive and non-recursive)
algorithm algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures c linked-list linkedlist merge merge-linked-list merge-linkedlist split-linked-list split-linkedlist
Last synced: 03 Apr 2025
https://github.com/deliciafernandes/datastructures-in-c
Basic Data Structures in C programming language😌
algorithm algorithm-library algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented data-structures datastructures hacktoberfest hacktoberfest-accepted hacktoberfest2020
Last synced: 20 Feb 2025
https://github.com/nirmalnishant645/python-programming
Basic Python Programs
algorithms algorithms-and-data-structures algorithms-datastructures big-data data-analysis data-cleaning data-mining data-mining-algorithms data-science data-structure data-structures datastructures-algorithms geeksforgeeks geeksforgeeks-python geeksforgeeks-solutions hackerearth hackerearth-python hackerearth-solutions python python3
Last synced: 05 Oct 2025
https://github.com/zimei11/knowledge
一个知识库📚,主要记载个人编程学习路线与考研备考过程🎈🎈🎈。由静态网站构建工具docsify与网站构建工具vercel支持。
algorithms-datastructures docsify java-study knowledge-base vercel
Last synced: 23 Feb 2025
https://github.com/vaibhav-2303/spoj-solutions
Spoj username: vaibhav2303
algorithms-datastructures competitive-programming
Last synced: 24 Oct 2025
https://github.com/sir-gon/algorithm-exercises-go
Algorithms Exercises solved in Go, running in built-in Go test suite. Developed with TDD.
algorithm-challenge algorithm-challenges algorithms-and-data-structures algorithms-datastructures algoritmhs exercise-solutions exercises-code-go go golang hackerrank hackerrank-challenges hackerrank-go hackerrank-golang hackerrank-solutions projecteuler tdd test-driven-development test-driven-development-with-go
Last synced: 08 Jul 2025
https://github.com/shauryauppal/algo-ds-studymaterial
All programs are written by me and are running.
algorithm algorithms-datastructures backtracking bitmanipulation dynamic-programming graph-algorithms hacktoberfest linklist spoj stl-containers tree
Last synced: 03 Mar 2025
https://github.com/azzaare/compressedstacks.cpp
Compressed structure for Stack Algorithms
algorithms-datastructures big-data blackbox-algorithm compression-algorithm cpp stack stack-algorithm time-space-trade-off
Last synced: 18 Aug 2025
https://github.com/sir-gon/algorithm-exercises-js
Algorithms exercises solved in Javascript ECMA6, running with Jest testing suite. Developed with TDD.
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures ecma6 exercise-code-javascript exercise-solutions exercises-code-javascript exercises-solutions hackerrank hackerrank-challenges hackerrank-javascript hackerrank-js hackerrank-solutions javascript jest jest-testing jest-tests tdd test-driven-development
Last synced: 14 Apr 2025
https://github.com/sir-gon/algorithm-exercises-py
Algorithms Exercises solved in Python 3, running with built-in unittest suit. Developed with TDD.
algorithm-exercises algorithms algorithms-and-data-structures algorithms-and-datastructures algorithms-datastructures exercises-code-python exercises-solutions hackerrank hackerrank-challenges hackerrank-python hackerrank-solutions python tdd test-driven-development test-driven-development-with-python
Last synced: 14 Apr 2025
https://github.com/noranta4/algorithms-and-data-structures-programming-assignments
Programming assignments of the Algorithms and Data structures course • University project • 2016 - Algorithms and data structures - BSc in Physics, III year
algorithms algorithms-and-data-structures algorithms-datastructures python stable-marriage strongly-connected-components
Last synced: 11 Apr 2025
https://github.com/knutkirkhorn/liste-over-emner
En liste over emner jeg har hatt på NTNU
algorithms-datastructures cpp css database emner java javascript prosjekt react sql tcp udp websocket
Last synced: 24 Mar 2025
https://github.com/FabianGroeger96/ad_exercises
HSLU Modul AD
ad algorithms algorithms-datastructures datastructures hslu
Last synced: 10 May 2025
https://github.com/franzose/cs-java-tasks
This is how I solve tasks from “Computer Science: An Interdisciplinary Approach” book
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented computer-science datastructures java java-11 java-8
Last synced: 22 Jul 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/sujilnt/algorithms-1
A repo contains all the algorithms for interview in javascript (imperative Approach )
algorithms algorithms-datastructures coding interview
Last synced: 23 Feb 2025
https://github.com/fabiangroeger96/ad_exercises
HSLU Modul AD
ad algorithms algorithms-datastructures datastructures hslu
Last synced: 09 Oct 2025
https://github.com/tonnesr/uia-algoritmer-og-datastrukturer-is-211
Obligatory assignments in Algorithms and data structures
algorithms-datastructures is-211 uia
Last synced: 18 Mar 2025
https://github.com/kiko-g/feup-cal
FEUP CAL | Algorithm Design and Analysis | 2019/20
algorithms-datastructures graphview routing
Last synced: 10 Sep 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/moderateepheezy/cities
Load 200k+ item in a table view with pagination. Pagination also works with search filter.
algorithms-datastructures map pagination swift unit-testing
Last synced: 13 Jul 2025
https://github.com/greybax/stack-data
Simple stack imlementation on ES6
algorithm algorithm-and-data-structure algorithm-and-datastructure algorithms-datastructures data-stack data-structure data-structures datastructure datastructures es6 es6-javascript js js-data stack stack-based stack-data stacks stacks-project structured-data structures
Last synced: 11 Oct 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/joserafael0160/codechef
A list of solved problems from CodeChef along with an explanation for each one.
algorithm algorithms algorithms-and-data-structures algorithms-datastructures algoritmo algoritmos c codechef codechef-competition codechef-cpp codechef-solutions competitive-programming competitive-programming-algorithms competitive-programming-contests competitiveprogramming cplusplus cpp programacion-competitiva programacioncompetitiva
Last synced: 12 Mar 2025
https://github.com/rajeevranjancom/mit_notes
MIT algorithm Notes
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures mit notes
Last synced: 22 Oct 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/sir-gon/algorithm-exercises-cpp
Algorithms Exercises solved in C++17, running with CMake and Catch2 unittest framework. Developed with TDD.
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures catch2 cmake cpp cpp17 exercises-code-cpp exercises-solutions hackerrank hackerrank-challenges hackerrank-cpp hackerrank-solutions projecteuler tdd test-driven-development test-driven-development-with-cpp
Last synced: 18 Aug 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/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/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/rodyherrera/leetcode
A record of my LeetCode problem solving journey! ;)
algorithms algorithms-datastructures c computer-science cpp javascript leetcode leetcode-solutions python typescript
Last synced: 08 Jul 2025
https://github.com/md-mafujul-hasan/hackerrank_algorithms_solution
These Contain Some Algorithm Solution of Hacker Rank😏
algorithm algorithm-challenges algorithm-hackerrank algorithms algorithms-and-data-structures algorithms-datastructures data-structures hackerrank hackerrank-algorithm hackerrank-algorithms hackerrank-algorithms-solution hackerrank-algorithms-solutions hackerrank-algorithms-solutions-php hackerrank-algorithms-warmup hackerrank-algorithms-youtube hackerrank-solutions python
Last synced: 08 Oct 2025
https://github.com/diable201/algorithms_and_data_structures
Algorithms and Data Structures course at KBTU FALL 2020
acm-icpc algorithms algorithms-datastructures programming
Last synced: 29 Oct 2025
https://github.com/felixklauke/algorithmsanddatstructures
Resources regarding the course algorithms and datastructures @FHDortmund.
algorithms algorithms-and-data-structures algorithms-datastructures course
Last synced: 21 Feb 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/md-mafujul-hasan/algorithm
These Contain Some Algorithm Program that I have done while understanding Programming Concepts.
algorithm algorithms algorithms-and-data-structures algorithms-datastructures c c-plus-plus cpp open-source opensource python sorting
Last synced: 20 Jun 2025
https://github.com/maheshthedev/competitiveprogrammingguide
Competitive Programming Preparation Guide
algorithms-datastructures competitive-programming cpp
Last synced: 06 Apr 2025
https://github.com/sir-gon/algorithm-exercises-java
Algorithms Exercises solved in Java, running with Gradle + JUnit testing suite. Developed with TDD.
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures exercise-solutions exercises exercises-code exercises-code-java gradle hackerrank hackerrank-challenges hackerrank-java hackerrank-solutions java junit tdd test-driven-development
Last synced: 13 Jun 2025
https://github.com/smile040501/data_structures
My implementation of various Data Structures using C++
algorithm algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented cpp data-structures datastructures
Last synced: 06 Mar 2025
https://github.com/biswaviraj/javascript-algorithms
Data Structures and Algorithms implemented in JavaScipt
algo algorithms algorithms-and-data-structures algorithms-datastructures data-structures datastructures ds javascript javascript-algorithms
Last synced: 13 Jun 2025
https://github.com/mirsahib/project-mercury
IUB CSE 306 (Algorithm)
algorithms-datastructures algorithms-implemented cpp
Last synced: 20 Mar 2025
https://github.com/sir-gon/algorithm-exercises-ts
Algorithms Exercises solved in Typescript, running with Jest testing suite. Developed with TDD.
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures exercise-code-typescript exercise-solutions hackerrank hackerrank-challenges hackerrank-solutions hackerrank-ts hackerrank-typescript jest jest-testing jest-tests projecteuler tdd test-driven-development test-driven-development-with-typescript typescript
Last synced: 03 Jul 2025
https://github.com/basemax/knapsackproblemc
This is a simple implementation of the knapsack problem in C in both recursive and dynamic programming approaches.
algorithm algorithms algorithms-and-data-structures algorithms-datastructures c data-structure datastructure ds dynamic-programming knapsack
Last synced: 27 Jul 2025
https://github.com/shilongdai/datastructures
Implementation of classic data structures and algorithms
algorithms algorithms-4th algorithms-and-data-structures algorithms-datastructures algorithms-implemented algorithms-princeton algorithms-python
Last synced: 16 Oct 2025
https://github.com/poonamkhatri/php-find-common-elements-function
This repository contains a PHP function named findCommonElements that takes two arrays as input and returns an array containing the common elements between them. The function without use of array_intersect to identify and extract the common elements efficiently.
algorithm algorithm-analysis algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented array array-manipulations array-methods arraylist arraylists arrays arrays-and-strings php php-array php-arrays php-library php7 php8
Last synced: 31 Mar 2025
https://github.com/mass1ve-err0r/libalgorithmsplus
An opinionated utility library of algorithms
algorithms algorithms-and-data-structures algorithms-datastructures java java-algorithms java-library
Last synced: 12 Mar 2025
https://github.com/eduardob-programador/dsa-learning
A project where I build data structures and algorithms, and test them
algorithms algorithms-datastructures data-structures dsa java junit-jupiter junit5 searching-algorithms sorting-algorithms
Last synced: 12 Mar 2025