clubgamma / Sudoku

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

Integrated Error Detection #13

Closed git112 closed 3 weeks ago

git112 commented 3 weeks ago

Added error detection to identify mistakes in the puzzle input. Optimized the Sudoku solver for improved performance.

soni-shashan commented 3 weeks ago

@git112 it is only work for user input not work for file input kindly implement this feature

soni-shashan commented 3 weeks ago

@git112 mention the issue in comment always something like closes #issue-number or fixes #issue-number, which will automatically close the issue ex: fixes #40 : Intergrated Error Detection

git112 commented 3 weeks ago

Please review. fixes #4 : Error Detection