python-algorithms ================= python-algorithms project is a collection of algorithms implemented on ``Python3.6`` You don’t need to install these project as a module (via pip) because usually you just need only one algorithm instead of all pack, so just copy and paste the source code. For easy navigation please use links to the source code below. .. toctree:: Arithmetic Graphs Greedy Search Sorting Dynamic programming Hash Tables .. |Build Status| image:: https://travis-ci.org/ArseniyAntonov/python-algorithms.svg?branch=master :target: https://travis-ci.org/ArseniyAntonov/python-algorithms .. |Documentation Status| image:: https://readthedocs.org/projects/python-algorithms-doc/badge/?version=latest :target: http://python-algorithms-doc.readthedocs.io/en/latest/?badge=latest .. |Coverage Status| image:: https://codecov.io/gh/ArseniyAntonov/python-algorithms/branch/master/graph/badge.svg :target: https://codecov.io/gh/ArseniyAntonov/python-algorithms