issues
search
clubgamma
/
Sudoku
Participate in Club Gamma Hacktoberfest by contributing to any Club Gamma Project
https://clubgamma.vercel.app/
1
stars
6
forks
source link
Show how many steps are needed to solve the Sudoku.
#3
Closed
soni-shashan
closed
3 weeks ago
soni-shashan
commented
1 month ago
You need to maintain a count during the recursive calls of the solveSudoku.
You need to maintain a count during the recursive calls of the solveSudoku.