Question d’entretien chez Oracle

Code the solution for sudoku solver, without backtracking.

Réponse à la question d'entretien

Utilisateur anonyme

9 sept. 2024

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