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

Go to the source code of this file.

Data Structures

class  GameState
 Describes a single state in the 8-puzzle. More...