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

Go to the source code of this file.

Data Structures

class  Heuristic
 Abtract class for heuristic functions. More...
 
class  Manhattan
 Implementation of the Manhattan distance for the 8-puzzle. More...
 
class  TileDifference
 Implementation of the tile difference heuristic for the 8-puzzle. More...