https://github.com/ncw/snake-puzzle
A solver for the Snake Puzzle using python with a Jupyter notebook
https://github.com/ncw/snake-puzzle
Last synced: 6 months ago
JSON representation
A solver for the Snake Puzzle using python with a Jupyter notebook
- Host: GitHub
- URL: https://github.com/ncw/snake-puzzle
- Owner: ncw
- License: mit
- Created: 2016-09-25T20:11:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T20:12:31.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T06:05:10.085Z (about 2 years ago)
- Language: Jupyter Notebook
- Size: 230 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This is a little program to solve this puzzle

Which looks like this when unsolved

There is
* [A Jupyter notebook](snake_puzzle_solver.ipynb) with detailed explanation
* [The program](snake_puzzle_solver.py)
* [A blog article](http://www.craig-wood.com/nick/articles/snake-puzzle/)
Enjoy!
License
-------
This is free software under the terms of MIT the license (check the
[COPYING](COPYING) file included in this package).