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

Go to the source code of this file.

Data Structures

class  Solver
 Base class for all 8-puzzle solvers. More...