Skip to content

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

Notifications You must be signed in to change notification settings

allenwest24/Fifteen-Puzzle-Solver-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published