Skip to content

joshuabrenden/8Puzzle-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

8Puzzle

implements the famous A* search algorithm to solve a combinatorial problem, and to substantially speed it up with an efficient priority queue implementation.

Works correctly for arbitrary N-by-N boards (for any 2 ≤ N < 128), but may be too slow to solve some of them in a reasonable amount of time.

About

implements the famous A* search algorithm to solve a combinatorial problem, and to substantially speed it up with an efficient priority queue implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages