medium 9×9 Set 80 Form Exercise

Complete the sudoku grid (6x6): each row, column, and box must contain each digit exactly once. Grid: [1 4 _ _ | 3 2 _ 1 | _ 3 _ 2 | _ _ _ 4]

Show answer

Answer: 1 4 2 3 | 3 2 4 1 | 4 3 1 2 | 2 1 3 4

SubType
sudoku
Difficulty
medium
Grid
  • [1,4,0,0]
  • [3,2,0,1]
  • [0,3,0,2]
  • [0,0,0,4]
SolvedGrid
  • [1,4,2,3]
  • [3,2,4,1]
  • [4,3,1,2]
  • [2,1,3,4]
GridSize
4