Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 215 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 215 Bytes

15 Puzzle Solver

15 Puzzle solver in C++.

Uses the A* algorithm to solve a given 15 puzzle.

work-4