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