PlaySudoku.us
Medium · Puzzle #707
9
6
8
1
7
4
2
8
4
5
7
2
6
1
4
2
9
8
5
7
9
1
2
3
2
5
8
8
7
6
3
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.