Pls find error in my code,it is compiling successfully but not giving output
It is code for Sudoku Solver
Hey @GreatCoderboy123
3 issues
- Line 55 it should be = not ==
- Line 18 int x = sx not int x = 0
- Line 20 int y = sy not int y = 0
If your doubt is resolved please mark it as closed.