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