Pergunta de entrevista da empresa Verdantis

How is backtracking used in Sudoku?

Resposta da entrevista

Sigiloso

29 de set. de 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