You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.