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

Go to the source code of this file.

Data Structures

class  BreadthFirstSolver
 8-puzzle exploration based on a breadth-first search strategy More...