- max sub array
- power
- Dijkstra
- Floyd
- Fibonacci
- binary search
- insert sort
- merge sort
- merge with insert sort : 我自己根据上面两个算法优化的一个算法
- quick sort : 添加随机优化
Used nose to run unit testing .
You can run the tests by :
pip install -r requirements.txt
nosetests --cover-package=tests --with-coverage
The MIT License
Copyright (c) 2016 Joway Wong