Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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