Skip to content

shortydoggg/FifteenPuzzle

 
 

Repository files navigation

Fifteen Puzzle Optimal Solver

The Fifteen Puzzle Optimal Solver solves any given position in the minimal number of moves. Though the complexity of this puzzle is lower than that of for example Rubik's Cube, the task of finding an optimal solution for this puzzle is not always easy. If you find a solver or you have written a solver which runs considerably faster than the one provided here please let me know.

About

Solve the Fifteen Puzzle optimally with IDA* using different heuristics.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 50.9%
  • Pascal 49.1%