Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmccrystal/knights-tour-solver
A solver for the Knight's Tour problem written in go
https://github.com/rmccrystal/knights-tour-solver
Last synced: about 2 months ago
JSON representation
A solver for the Knight's Tour problem written in go
- Host: GitHub
- URL: https://github.com/rmccrystal/knights-tour-solver
- Owner: rmccrystal
- License: mit
- Created: 2019-08-28T04:25:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T22:48:59.000Z (over 5 years ago)
- Last Synced: 2024-06-21T18:04:59.195Z (7 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knight's Tour Solver
A solver for the [Knight's Tour](https://en.wikipedia.org/wiki/Knight%27s_tour) problem written in go