archibald-carrion/8-puzzle-solver

Code refactoring: each searching algorithm needs to return the solved puzzle

Opened this issue · 0 comments

Code refactoring: each searching algorithm needs to return the solved puzzle this way the app can use it to re-initialize the 8-puzzle in the gui instead of using an hardcoded solution.