/python-sort-algo

A simple project made to understand basis of python and in the same time just play with sort algorithms. Everything is unit tested!!

Primary LanguagePythonMIT LicenseMIT

python-sort-algo

A simple project made to understand basis of python and in the same time just play with sort algorithms

Testing

Run unit Tests

On the root project, under tests/

> python3.6 -m unittest tests/sort_spec.py

Documentation

> pdoc --html --html-dir ./docs --overwrite ./sort