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