Pergunta de entrevista da empresa Oracle

Code the solution for sudoku solver, without backtracking.

Resposta da entrevista

Sigiloso

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