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
636 watching
5k forks
Language: Python
last commit: 6 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 | 195,521 |
prabhupant/python-ds | A collection of Python code examples and solutions for data structures and algorithms interview questions | 2,840 |
clips/pattern | A comprehensive Python module for web mining and analysis of text data. | 8,758 |
wesm/pydata-book | Materials and IPython notebooks for data analysis with Python | 22,389 |
seldonio/alibi | A Python library for explaining machine learning models | 2,421 |
trekhleb/homemade-machine-learning | Practices implementing popular machine learning algorithms from scratch to gain a deeper understanding of their mathematics | 23,191 |
pytransitions/transitions | An object-oriented finite state machine implementation in Python with many extensions. | 5,822 |
eriklindernoren/pytorch-yolov3 | An implementation of YOLOv3 in PyTorch for object detection and tracking | 7,343 |
erikrhanson/problem-solving-with-algorithms-and-data-structures-using-python | Solving problems with algorithms and data structures using Python | 324 |
pmorissette/bt | A flexible Python framework for building and testing algorithmic trading strategies | 2,316 |
kernc/backtesting.py | Backtesting tool for evaluating trading strategies | 5,650 |
facebook/pyre-check | Type-checking software for Python code | 6,885 |
aimacode/aima-python | Python implementations of AI algorithms from Russell and Norvig's book | 8,086 |
pgmpy/pgmpy | A Python package for working with Bayesian Networks and related models. | 2,776 |