algorithms-and-data-structures
There are 7358 repositories under algorithms-and-data-structures topic.
GitHubDaily/GitHubDaily
坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
cp-algorithms/cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
TheAlgorithms/C-Sharp
All algorithms implemented in C#.
krahets/LeetCode-Book
《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓
anushka23g/Complete-Placement-Preparation
This repository consists of all the material required for cracking the coding rounds and technical interviews during placements.
ombharatiya/FAANG-Coding-Interview-Questions
A curated List of Coding Questions Asked in FAANG Interviews
ua-nick/Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Go
MAZHARMIK/Interview_DS_Algo
Super Repository for Coding Interview Preperation
liyin2015/python-coding-interview
A middle-to-high level open source algorithm book designed with coding interview at heart!
neerazz/FAANG
Competitive programming questions.
Java-aid/Hackerrank-Solutions
hackerrank solutions github | hackerrank all solutions | hackerrank solutions for java | hackerrank video tutorial | hackerrank cracking the coding interview solutions | hackerrank data structures | hackerrank solutions algorithms | hackerrank challenge | hackerrank coding challenge | hackerrank algorithms solutions github| hackerrank problem solving | hackerrank programs solutions | JAVAAID |all hackerrank solutions | Coding Interview Preparation
knaxus/problem-solving-javascript
:fire: Crack you JS interviews ⚡ Collection of most common JS Interview questions with Unit Tests 🚀
realabbas/big-companies-interview-questions
A curated list of previous asked Interview Question at Big Companies and Startups 🤲 🏆
ZoranPandovski/al-go-rithms
:musical_note: Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
tech-cow/leetcode
👏🏻 leetcode solutions for Humans™
GauravWalia19/Free-Algorithms-Books
Free Algorithms books for programmers.
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.
hunterhug/goa.c
📚 数据结构和算法(Golang实现)
omonimus1/competitive-programming
🔥 🖥️ Competitive programming guide, learning materials and my own coding solutions from Codechef, Leetcode,Geeks for Geeks, HackerRank, Spoj, Codebyte, InterviewBit, CodingBlock & other platforms
Py-Contributors/AlgorithmsAndDataStructure
Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star 🌟If it helps you
akzare/Algorithms
Algorithm and Data Structures
rampatra/Algorithms-and-Data-Structures-in-Java
Algorithms and Data Structures in Java
DmitryTsyvtsyn/Kotlin-Algorithms-and-Design-Patterns
This repository contains the most common algorithms and data structures written in the Kotlin language with simple and concise code.
bat67/awesome-algorithm-books
📚 awesome algorithm books I've collected 【不定期更新】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)
Just-A-Visitor/Algorithmic-Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Lakhankumawat/LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
ls1248659692/leetcode
python 数据结构与算法 leetcode 算法题与书籍 刷算法全靠套路与总结!Crack LeetCode, not only how, but also why.
mister0/How-to-prepare-for-google-interview-SWE-SRE
This repository includes resources which are more than sufficient to prepare for google interview if you are applying for a software engineer position or a site reliability engineer position
prathimacode-hub/ML-ProjectKart
🙌Kart of 234+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
Jonathan-Uy/CSES-Solutions
Accepted Solutions to the CSES Competitive Programming Problem Set
omonimus1/geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
shushrutsharma/Data-Structures-and-Algorithms-Python
All the essential resources and template code needed to understand and practice data structures and algorithms in python with few small projects to demonstrate their practical application.
ProAlgos/ProAlgos-Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices