Pregunta de entrevista de Verdantis

How is backtracking used in Sudoku?

Respuesta de la entrevista

Anónimo

29 sep 2016

Explained how solution in each cell and then each row column and grid is checked and changes as per requirement by revisiting the cell. Also we can optimize the code by putting few constraints

8