Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsmafra/15-puzzle-solver
Java interface and BFS-based tree solver
https://github.com/gsmafra/15-puzzle-solver
breadth-first-search puzzle solver
Last synced: 22 days ago
JSON representation
Java interface and BFS-based tree solver
- Host: GitHub
- URL: https://github.com/gsmafra/15-puzzle-solver
- Owner: gsmafra
- Created: 2015-05-31T15:13:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T15:01:26.000Z (over 9 years ago)
- Last Synced: 2024-11-06T07:08:02.925Z (2 months ago)
- Topics: breadth-first-search, puzzle, solver
- Language: Java
- Homepage:
- Size: 3.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 15-puzzle-solver
An interface for playing and auto-solving of the [15-puzzle][]
The solver algorithm is based on a [breadth-first-search][] using the solution as the tree root
[15-puzzle]: https://en.wikipedia.org/wiki/15_puzzle
[breadth-first-search]: https://en.wikipedia.org/wiki/Breadth-first_search