clubgamma / Sudoku

Participate in Club Gamma Hacktoberfest by contributing to any Club Gamma Project
https://clubgamma.vercel.app/
1 stars 6 forks source link

Optimize Algorithm to Reduce Steps in Sudoku Solver #12

Closed soni-shashan closed 3 weeks ago

soni-shashan commented 3 weeks ago

The current implementation of the Sudoku solver uses a backtracking recursive algorithm, which can take 4208 steps to solve a given puzzle. We are looking to optimize the algorithm to reduce the number of steps and improve efficiency. Any suggestions for more optimized approaches are welcome.

example