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