0
Sudoku Solver - fix my problem
Hi there, So I am learning to code in Python and as a project, I wanted to create a sudoku solver. The code is working to a degree but I can't get it to work fully. If someone could help me to fix the code, I would most appropriate that. https://code.sololearn.com/ctjTpQrlVjak/?ref=app
1 Respuesta
0
in the function findEmptyPlace, you don't have to pass (row and col) as arguments. Instead, think of passing the whole grid as argument.