clubgamma / Sudoku

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

#12 Optimized algorithm #15

Closed git112 closed 3 weeks ago

git112 commented 3 weeks ago

It optimizes the Sudoku solver, reducing the number of steps through improved backtracking and constraint propagation techniques. fixes #12

soni-shashan commented 3 weeks ago

closes #12