Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 321 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 321 Bytes

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