/8-puzzle-solver

Solver for the 8-puzzle problem using the following algorithms: BestFS (using Manhattan's distance as a heuristic function) , DFS and BFS.

Primary LanguageC++

No issues in this repository yet.