Closed Spandan-Bhattacharya closed 8 months ago
All given inputs are not solvable for a 8 puzzle problem. They follow this rule: https://www.google.com/amp/s/www.geeksforgeeks.org/check-instance-8-puzzle-solvable/amp/ Currently, the solver does not check for this condition before trying to solve.
Implement:
Assign me this issue under JWOC 2024.
All given inputs are not solvable for a 8 puzzle problem. They follow this rule: https://www.google.com/amp/s/www.geeksforgeeks.org/check-instance-8-puzzle-solvable/amp/ Currently, the solver does not check for this condition before trying to solve.
Implement: