Skip to content

zzhou007/8puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#8 puzzle ###Summary A simple 8 puzzle solver written in Python3 that uses A* search and 3 different heuristics:

  • Hard coded 0 (uniform cost search)
  • Misplaced
  • Manhattan

###Usage Run 8puzzle.py and enter an 8 puzzle seperated my space for each piece and enter for each row. Enter 0-2 to pick a heuristic.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages