python-ds
Data structure library
A collection of Python code examples and solutions for data structures and algorithms interview questions
No non-sense and no BS repo for how data structure code should be in Python - simple and elegant.
3k stars
59 watching
610 forks
Language: Python
last commit: 8 months ago
Linked from 2 awesome lists
algorithmscomputer-sciencedata-structures
Related projects:
Repository | Description | Stars |
---|---|---|
prakhar1989/algorithms | An implementation of various algorithms and data structures in Python. | 3,053 |
keon/algorithms | A collection of Python implementations of various algorithms and data structures. | 24,076 |
erikrhanson/problem-solving-with-algorithms-and-data-structures-using-python | Solving problems with algorithms and data structures using Python | 323 |
donnemartin/interactive-coding-challenges | An interactive coding challenge platform with a large collection of algorithms and data structures in Python. | 29,553 |
farheenb/data-structures-and-algorithms | A collection of optimized solutions to popular data structure and algorithm problems in Java, C++, and Python | 142 |
kodecocodes/swift-algorithm-club | An online resource providing implementations and explanations of algorithms and data structures in Swift | 28,822 |
thealgorithms/python | A collection of algorithm implementations in Python | 194,305 |
ua-nick/data-structures-and-algorithms | A collection of reusable Go implementations of common data structures and algorithms | 2,772 |
opengenus/cosmos | A collection of algorithms and data structures with solutions in multiple programming languages, maintained by a community of contributors. | 13,579 |
amejiarosario/dsa.js-data-structures-algorithms-javascript | An implementation of data structures and algorithms in JavaScript, providing a reference manual and resource for developers. | 7,606 |
recp/ds | A collection of common data structures and algorithms implemented in C. | 51 |
schematics/schematics | A Python library to define and enforce data structures with validation and serialization capabilities | 2,586 |
phishman3579/java-algorithms-implementation | A collection of implemented algorithms and data structures in Java | 4,454 |
kumar91gopi/algorithms-and-data-structures-in-ruby | Implementations of various algorithms and data structures in Ruby | 719 |
aimacode/aima-python | Python implementations of AI algorithms from Russell and Norvig's book | 8,052 |