Implementing a steepest-ascent/-descent hill-climbing algorithm and A* algorithm to solve the 8-puzzle problem.
game c-plus-plus algorithm artificial-intelligence minimax-algorithm eight-puzzle-game heuristic-functions descent-hill-climbing
-
Updated
Jun 21, 2017 - C++