#data-structures (30 Repositories)
Ranked open-source repositories tagged with #data-structures, scored by pull request acceptance likelihood and maintainer engagement velocity.
38.2%
44.3h
30 repositories tagged #data-structures
jab/bidict
The bidirectional mapping library for Python.
seanprashad/leetcode-patterns
A pattern-based approach to learn technical interview questions
php-standard-library/php-standard-library
PHP Standard Library
OI-wiki/OI-wiki
:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
yegor256/micromap
📈 The fastest (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap (aka "linear map")
WerWolv/ImHex-Patterns
Hex patterns, include patterns and magic files for the use with the ImHex Hex Editor
alienx5499/SortVision
SortVision is a web-based sorting algorithm visualizer 🖥️ that lets users explore and compare algorithms like Bubble, Quick, Merge, and more 🔄. Easily adjust speed ⚡ and array size 📊 to watch the sorting process in real-time. Perfect for students and enthusiasts looking to understand sorting mechanics!
TheAlgorithms/Zig
Collection of Algorithms implemented in Zig.
Ilosyi/Hust-CS-Learning-Library
华中科技大学计算机个人资料合集:课设/实验报告等。tag:数电实验交通灯,C++实验华为,C语言实验,数据结构实验,洛谷算法实验,SAT数独求解器,电路理论,Java,计算机系统基础实验(CSAPP),组原实验,计网,软件工程,操作系统、函数式编程,头歌
TheAlgorithms/Rust
All Algorithms implemented in Rust
krahets/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持简中、繁中、English、日本語,提供 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 等代码实现
carvel-dev/ytt
YAML templating tool that works on YAML structure instead of text
TheAlgorithms/Java
All Algorithms implemented in Java
JuliaCollections/DataStructures.jl
Julia implementation of Data structures
TheAlgorithms/Dart
All Algorithms implemented in Dart
JuliaGraphs/Graphs.jl
An optimized graphs package for the Julia programming language
DoctorLai/Teaching-Kids-Programming
Teaching Kids Programming / Teaching Wife Programming
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
TheAlgorithms/Julia
Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!
azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
kunal-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.
everthis/leetcode-js
2000+ javascript solutions of leetcode problems.
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
MAZHARMIK/Interview_DS_Algo
Super Repository for Coding Interview Preperation
labuladong/fucking-algorithm
Crack LeetCode, not only how, but also why.
vkostyukov/scalacaster
Purely Functional Algorithms and Data Structures in Scala
TheAlgorithms/OCaml
Algorithms Implemented in OCaml
kodecocodes/swift-algorithm-club
Algorithms and data structures in Swift, with explanations!