A library of uninformed, informed and optimization search algorithms


License
MIT
Install
pip install py-search==2.6.0

Documentation

Py Search

This is a Python library of algorithms that implements various graph search algorithms written by Christopher MacLellan (http://www.christopia.net).

Installation

You can install this software using pip:

pip install -U py_search

You can install the latest version of the code directly from github:

pip install -U git+https://github.com/cmaclell/py_search@master

Important Links