Library of algorithms and data structures implemented in Python language. I created this repository for educational purpose, mainly for myself. This is where I play and learn different kind of algorithms, data structures, concepts, techniques, etc in Python. Most of the problems included are basics for now which I personally find them important. I plan to continue contributing more problems here in the future.
Calvin Lee, @stalk.calvin
See dependancies list from here
Dependancies are listed in the requirements.txt file.
Copyleft aka open but please leave my copyright comments alone.
$ Clone this repo and cd into the directory
$ sudo pip install -r requirements.txt .
All Unit Tests can be run with:
$ ./run_tests.py
CI determines using the same script run.