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