Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 179 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 179 Bytes

Eight-Puzzle-A-Star

Solve the 3x3 sliding puzzle game using the A* solving algorithm. The heuristic value is based on the Manhattan distance of each tile to its final position.