Spandan-Bhattacharya / Solve_it

A website which can give you the solution to many solvable games like sudoku, nonogram, crossword puzzles
https://solve-it-self.vercel.app
MIT License
19 stars 48 forks source link

Improve 8 puzzle solver. #279

Closed Spandan-Bhattacharya closed 8 months ago

Spandan-Bhattacharya commented 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:

SohanRC commented 8 months ago

Assign me this issue under JWOC 2024.