Search algorithms for the 8-puzzle solution
|
#include <LinkedList.hpp>
#include <DynamicStack.hpp>
#include "Solver.hpp"
#include "GameAction.hpp"
Go to the source code of this file.
Data Structures | |
class | DepthFirstSolver |
8-puzzle exploration based on a depth-first search strategy More... | |