/Fifteen-Puzzle-Solver-AI

Using the A* search algorithm and heuristics to solve the fifteen puzzle.

Primary LanguageJupyter Notebook

Fifteen Puzzle Solver AI

Using the A* algorithm to solve the fifteen puzzle.

We compare two different heuristics, counting tiles out of place and summing Manhattan distance from the destination over all tiles (the better heuristic).