Search algorithms for the 8-puzzle solution
Data Structures
AStarSolver.hpp File Reference
#include "Solver.hpp"
#include "Heuristic.hpp"
#include "OrderedList.hpp"
Include dependency graph for AStarSolver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  AStarSolver
 8-puzzle exploration based on the A* search algorithm More...