easy 9×9 Set 100 Form Exercise

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

Show answer

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

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