Some algorithms implemented in Python only for educational purposes.
These implementations may be less efficient than the implementations in the Python standard library.
- Python 3
- Pycodestyle
pip install pycodestyle
- Bubble sort
- Counting sort
- Insertion sort
- Merge sort
python -m unittest discover
pycodestyle pyalgorithms tests