Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 157 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 157 Bytes

8-Puzzle

Python code to solve the 8-puzzle using A* search. There are a couple different heuristics including manhattan distance and a pattern database.