allenwest24 / Fifteen-Puzzle-Solver-AI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

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


Languages

Language:Jupyter Notebook 100.0%