algorithms
Algorithms library
A collection of Python implementations of various algorithms and data structures.
Minimal examples of data structures and algorithms in Python
24k stars
637 watching
5k forks
Language: Python
last commit: 4 months ago
Linked from 4 awesome lists
algorithmalgorithmscompetitive-programmingdata-structuregraphpythonsearchsorttree
Related projects:
Repository | Description | Stars |
---|---|---|
prakhar1989/algorithms | An implementation of various algorithms and data structures in Python. | 3,053 |
thealgorithms/python | A collection of algorithm implementations in Python | 194,305 |
prabhupant/python-ds | A collection of Python code examples and solutions for data structures and algorithms interview questions | 2,822 |
clips/pattern | A comprehensive Python module for web mining and analysis of text data. | 8,750 |
wesm/pydata-book | Materials and IPython notebooks for data analysis with Python | 22,248 |
seldonio/alibi | A Python library for explaining machine learning models | 2,414 |
trekhleb/homemade-machine-learning | Practices implementing popular machine learning algorithms from scratch to gain a deeper understanding of their mathematics | 23,121 |
pytransitions/transitions | An object-oriented finite state machine implementation in Python with many extensions. | 5,771 |
eriklindernoren/pytorch-yolov3 | An implementation of YOLOv3 in PyTorch for object detection and tracking | 7,324 |
erikrhanson/problem-solving-with-algorithms-and-data-structures-using-python | Solving problems with algorithms and data structures using Python | 323 |
pmorissette/bt | A flexible Python framework for building and testing algorithmic trading strategies | 2,287 |
kernc/backtesting.py | Backtesting tool for evaluating trading strategies | 5,534 |
facebook/pyre-check | Type-checking software for Python code | 6,859 |
aimacode/aima-python | Python implementations of AI algorithms from Russell and Norvig's book | 8,052 |
pgmpy/pgmpy | A Python package for working with Bayesian Networks and related models. | 2,748 |