PlaySudoku.us
Medium · Puzzle #806
2
9
7
5
9
8
6
6
8
5
7
8
9
1
2
9
1
7
8
5
9
4
2
8
1
9
5
3
6
9
2
Backtracking — the algorithm most computers use to solve Sudoku — is a form of depth-first search with pruning.
Backtracking — the algorithm most computers use to solve Sudoku — is a form of depth-first search with pruning.
Backtracking — the algorithm most computers use to solve Sudoku — is a form of depth-first search with pruning.
Backtracking — the algorithm most computers use to solve Sudoku — is a form of depth-first search with pruning.