Pregunta de entrevista de Oracle

Code the solution for sudoku solver, without backtracking.

Respuesta de la entrevista

Anónimo

9 de sept de 2024

Use BFS algorithm for each spot and try placing all the numbers in the empty spaces until one of the combinations works correctly.