easy 6×6 Set 11 Form Exercise

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

Show answer

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

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