back to home

Best Open Source data structures Libraries

A curated list of the most popular GitHub repositories tagged with data structures. Select any project to visualize its architecture and dive into the codebase using RepoMind's AI engine.

#1jwasham/coding-interview-university

A complete computer science study plan to become a software engineer.

337,249
Analyze Code

#2trekhleb/javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

195,668JavaScript
Analyze Code

#3labuladong/fucking-algorithm

刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.

132,731Markdown
Analyze Code

#4krahets/hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持简中、繁中、English、日本語,提供 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 等代码实现

122,377Java
Analyze Code

#5TheAlgorithms/Java

All Algorithms implemented in Java

65,084Java
Analyze Code

#6azl397985856/leetcode

LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)

55,816JavaScript
Analyze Code

#7huihut/interview

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

37,518C++
Analyze Code

#8TheAlgorithms/JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

34,065JavaScript
Analyze Code

#9TheAlgorithms/C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.

33,867C++
Analyze Code

#10kodecocodes/swift-algorithm-club

Algorithms and data structures in Swift, with explanations!

29,147Swift
Analyze Code

#11OI-wiki/OI-wiki

:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)

25,513TypeScript
Analyze Code

#12TheAlgorithms/Rust

All Algorithms implemented in Rust

25,476Rust
Analyze Code

#13kunal-kushwaha/DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.

22,122Java
Analyze Code

#14TheAlgorithms/C

Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.

21,734C
Analyze Code

#15TheAlgorithms/Go

Algorithms and Data Structures implemented in Go for beginners, following best practices.

17,831Go
Analyze Code

#16cgao96/leetcode_101

LeetCode 101:力扣刷题指南

9,973
Analyze Code

#17mahmoud/boltons

🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.

6,851Python
Analyze Code