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