NicolasBehra / 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!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%