Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 236 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 236 Bytes

15Puzzle-Solver-Algorithm

Uses the manhattan heuristic approach and recursive *IDA to solve the 15 puzzle.

How to use:

  • Make sure all files are in the same folder, call makefile.
  • Run the program as {program name} {puzzle file}