×
Sliding Puzzle Problem
A program coded in C++ that uses A* search. An file containing the initial board and goal board is inputted. The program finds the optimal way to get to the goal board switching tiles only with the blank space, represented
by a zero.
It outputs the level the solution is found, how many nodes are created, the direction the blank tile is moved as well as the path cost of each node/step of the solution.