Search algorithms for the 8-puzzle solution
|
#include "Game.hpp"
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... | |