Search algorithms for the 8-puzzle solution
Data Structures
DepthFirstSolver.hpp File Reference
#include <LinkedList.hpp>
#include <DynamicStack.hpp>
#include "Solver.hpp"
#include "GameAction.hpp"
Include dependency graph for DepthFirstSolver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  DepthFirstSolver
 8-puzzle exploration based on a depth-first search strategy More...