Skip to content

joway/PyAlgorithm

Repository files navigation

PyAlgorithm

travis codecov Code Climate Issue Count

Manifest :

Calculation

  • max sub array
  • power

Graph

  • Dijkstra
  • Floyd

Number Theory

  • Fibonacci

Search

  • binary search

Sort

  • insert sort
  • merge sort
  • merge with insert sort : 我自己根据上面两个算法优化的一个算法
  • quick sort : 添加随机优化

Test

Used nose to run unit testing .

You can run the tests by :

	pip install -r requirements.txt
	nosetests --cover-package=tests --with-coverage

License

The MIT License

Copyright (c) 2016 Joway Wong

About

Algorithm with python .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages