Workbook Detail
Sudoku 4×4 Medium — Set 33
Complete the sudoku grid (6x6): each row, column, and box must contain each digit exactly once. Grid: [_ 2 _ _ | _ 4 2 1 | 4 _ _ 2 | 2 _ 4 _]
Show answer
Answer: 1 2 3 4 | 3 4 2 1 | 4 3 1 2 | 2 1 4 3
- SubType
- sudoku
- Difficulty
- medium
- Grid
- [0,2,0,0]
- [0,4,2,1]
- [4,0,0,2]
- [2,0,4,0]
- SolvedGrid
- [1,2,3,4]
- [3,4,2,1]
- [4,3,1,2]
- [2,1,4,3]
- GridSize
- 4