[]: {{{1
File : README.md
Maintainer : Felix C. Stegerman <flx@obfusk.net>
Date : 2016-10-20
Copyright : Copyright (C) 2016 Felix C. Stegerman
Version : v0.0.3
[]: }}}1
Description
algorithms.py - python (2+3) implementations of standard algorithms
See algorithms.py
for the code (with examples).
Specs & Docs
$ python algorithms.py -v # run tests
$ python -mcoverage run algorithms.py # test coverage
$ python -mcoverage html # generate html report
$ pydoc algorithms.py # view docs
TODO
- more algorithms! (like bfs, ternary search, knapsack, markov chains, ...)
- parameters for zero,
<
,+
,min
, etc.
License
GPLv3+ [1].
References
[1] GNU General Public License, version 3 --- https://www.gnu.org/licenses/gpl-3.0.html
[]: ! ( vim: set tw=70 sw=2 sts=2 et fdm=marker : )