Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 290 Bytes

README.md

File metadata and controls

executable file
·
9 lines (6 loc) · 290 Bytes

8-puzzle solver

Using AI, solving a 8-puzzle. To run the project, you can directly import the 8-puzzle folder in eclipse IDE.

8 puzzle

A* (A-star) algorithm with manhattan heuristic was used to implement this.