visual-hanoi

Python Towers of Hanoi


License
MIT
Install
pip install visual-hanoi==0.2.0

Documentation

Visual Hanoi

Python implementation of the famous Towers of Hanoi problem. A Jupyter environment allows users to write and test solutions. Includes an angular webapp to visualize algorithms as they run.

Status

Source Shields
Project license release
Publishers pypi
Downloads pypi_downloads
Raised issues pulls

Motivation

Intended to be used as a teaching tool.

Installing

Install from pypi:

pip install visual-hanoi

Running the app

Under development

Running tests

Under development

What is being tested

Under development

Docs

Under development

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Author

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

None