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

Go to the source code of this file.

Data Structures

class  HillClimbingSolver
 Implementation of a hill-climbing optimization algorithm for the 8-puzzle. More...