Dataset Viewer
Auto-converted to Parquet Duplicate
question
stringlengths
383
412
answer
stringlengths
31
71
solution
listlengths
4
6
level
int64
0
5
size
int64
4
6
num_empty
int64
4
25
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 3 1 2 2 _ 3 4 _ 4 2 3 3 2 4 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 1 2 2 1 3 4 1 4 2 3 3 2 4 1
[ [ 4, 3, 1, 2 ], [ 2, 1, 3, 4 ], [ 1, 4, 2, 3 ], [ 3, 2, 4, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 _ 2 3 3 _ 1 4 _ _ 3 2 2 3 4 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 1 2 3 3 2 1 4 1 4 3 2 2 3 4 1
[ [ 4, 1, 2, 3 ], [ 3, 2, 1, 4 ], [ 1, 4, 3, 2 ], [ 2, 3, 4, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 4 3 1 3 1 2 _ 4 2 _ 3 1 3 _ 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 4 3 1 3 1 2 4 4 2 1 3 1 3 4 2
[ [ 2, 4, 3, 1 ], [ 3, 1, 2, 4 ], [ 4, 2, 1, 3 ], [ 1, 3, 4, 2 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 1 3 _ 4 _ 1 2 3 4 _ 1 1 2 4 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 3 4 4 3 1 2 3 4 2 1 1 2 4 3
[ [ 2, 1, 3, 4 ], [ 4, 3, 1, 2 ], [ 3, 4, 2, 1 ], [ 1, 2, 4, 3 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 1 4 3 3 4 _ 1 1 2 _ _ 4 3 1 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 4 3 3 4 2 1 1 2 3 4 4 3 1 2
[ [ 2, 1, 4, 3 ], [ 3, 4, 2, 1 ], [ 1, 2, 3, 4 ], [ 4, 3, 1, 2 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 1 4 3 4 _ 2 _ 1 _ 3 2 _ 2 1 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 4 3 4 3 2 1 1 4 3 2 3 2 1 4
[ [ 2, 1, 4, 3 ], [ 4, 3, 2, 1 ], [ 1, 4, 3, 2 ], [ 3, 2, 1, 4 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 _ 4 _ 4 3 _ _ 3 _ 1 2 1 2 3 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 4 3 4 3 2 1 3 4 1 2 1 2 3 4
[ [ 2, 1, 4, 3 ], [ 4, 3, 2, 1 ], [ 3, 4, 1, 2 ], [ 1, 2, 3, 4 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 3 _ 1 _ 2 4 3 3 _ _ 2 2 1 _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 2 1 1 2 4 3 3 4 1 2 2 1 3 4
[ [ 4, 3, 2, 1 ], [ 1, 2, 4, 3 ], [ 3, 4, 1, 2 ], [ 2, 1, 3, 4 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 _ 3 _ 2 3 4 1 _ 4 _ _ 3 2 1 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 1 3 2 2 3 4 1 1 4 2 3 3 2 1 4
[ [ 4, 1, 3, 2 ], [ 2, 3, 4, 1 ], [ 1, 4, 2, 3 ], [ 3, 2, 1, 4 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 _ _ _ 1 4 _ 3 4 1 3 2 _ 2 1 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 4 1 1 4 2 3 4 1 3 2 3 2 1 4
[ [ 2, 3, 4, 1 ], [ 1, 4, 2, 3 ], [ 4, 1, 3, 2 ], [ 3, 2, 1, 4 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 2 1 4 4 1 2 3 1 _ 3 _ 2 3 _ _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 2 1 4 4 1 2 3 1 4 3 2 2 3 4 1
[ [ 3, 2, 1, 4 ], [ 4, 1, 2, 3 ], [ 1, 4, 3, 2 ], [ 2, 3, 4, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 _ _ 1 1 2 3 4 _ 1 4 2 _ _ 1 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 2 1 1 2 3 4 3 1 4 2 2 4 1 3
[ [ 4, 3, 2, 1 ], [ 1, 2, 3, 4 ], [ 3, 1, 4, 2 ], [ 2, 4, 1, 3 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 4 1 3 _ 3 4 _ 3 1 2 4 _ _ 3 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 4 1 3 1 3 4 2 3 1 2 4 4 2 3 1
[ [ 2, 4, 1, 3 ], [ 1, 3, 4, 2 ], [ 3, 1, 2, 4 ], [ 4, 2, 3, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 1 4 _ 2 4 1 3 4 2 3 _ 1 _ _ _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 1 4 2 2 4 1 3 4 2 3 1 1 3 2 4
[ [ 3, 1, 4, 2 ], [ 2, 4, 1, 3 ], [ 4, 2, 3, 1 ], [ 1, 3, 2, 4 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 2 1 3 1 3 4 _ 3 4 _ 1 2 _ _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 2 1 3 1 3 4 2 3 4 2 1 2 1 3 4
[ [ 4, 2, 1, 3 ], [ 1, 3, 4, 2 ], [ 3, 4, 2, 1 ], [ 2, 1, 3, 4 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 3 1 _ 1 _ 2 3 3 _ 4 _ 4 2 _ 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 1 4 1 4 2 3 3 1 4 2 4 2 3 1
[ [ 2, 3, 1, 4 ], [ 1, 4, 2, 3 ], [ 3, 1, 4, 2 ], [ 4, 2, 3, 1 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 _ 2 _ _ 2 4 3 _ 3 1 2 2 _ _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 4 2 1 1 2 4 3 4 3 1 2 2 1 3 4
[ [ 3, 4, 2, 1 ], [ 1, 2, 4, 3 ], [ 4, 3, 1, 2 ], [ 2, 1, 3, 4 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 3 4 _ 1 4 _ 3 3 _ _ _ 4 1 _ 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 4 1 1 4 2 3 3 2 1 4 4 1 3 2
[ [ 2, 3, 4, 1 ], [ 1, 4, 2, 3 ], [ 3, 2, 1, 4 ], [ 4, 1, 3, 2 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 4 2 _ 3 2 1 4 _ 1 _ 2 2 3 4 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 4 2 3 3 2 1 4 4 1 3 2 2 3 4 1
[ [ 1, 4, 2, 3 ], [ 3, 2, 1, 4 ], [ 4, 1, 3, 2 ], [ 2, 3, 4, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 2 _ 1 _ _ 2 _ 2 _ 1 3 3 1 _ 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 2 3 1 1 3 2 4 2 4 1 3 3 1 4 2
[ [ 4, 2, 3, 1 ], [ 1, 3, 2, 4 ], [ 2, 4, 1, 3 ], [ 3, 1, 4, 2 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 4 _ 1 1 3 2 4 4 _ 1 _ _ 1 4 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 4 3 1 1 3 2 4 4 2 1 3 3 1 4 2
[ [ 2, 4, 3, 1 ], [ 1, 3, 2, 4 ], [ 4, 2, 1, 3 ], [ 3, 1, 4, 2 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 _ _ 4 4 3 2 1 _ 4 1 2 _ 2 4 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 3 4 4 3 2 1 3 4 1 2 1 2 4 3
[ [ 2, 1, 3, 4 ], [ 4, 3, 2, 1 ], [ 3, 4, 1, 2 ], [ 1, 2, 4, 3 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 _ 3 1 1 3 _ 2 3 1 _ 4 4 _ 1 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 4 3 1 1 3 4 2 3 1 2 4 4 2 1 3
[ [ 2, 4, 3, 1 ], [ 1, 3, 4, 2 ], [ 3, 1, 2, 4 ], [ 4, 2, 1, 3 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 1 4 _ _ 3 1 _ _ 4 _ 1 1 2 _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 4 3 4 3 1 2 3 4 2 1 1 2 3 4
[ [ 2, 1, 4, 3 ], [ 4, 3, 1, 2 ], [ 3, 4, 2, 1 ], [ 1, 2, 3, 4 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 3 4 1 _ 1 _ 3 _ 4 1 _ 1 2 3 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 4 1 4 1 2 3 3 4 1 2 1 2 3 4
[ [ 2, 3, 4, 1 ], [ 4, 1, 2, 3 ], [ 3, 4, 1, 2 ], [ 1, 2, 3, 4 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 3 4 2 _ _ 3 _ 3 2 _ 4 4 1 2 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 3 4 2 2 4 3 1 3 2 1 4 4 1 2 3
[ [ 1, 3, 4, 2 ], [ 2, 4, 3, 1 ], [ 3, 2, 1, 4 ], [ 4, 1, 2, 3 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 1 4 _ 4 2 3 _ _ _ 1 3 _ _ 2 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 1 4 2 4 2 3 1 2 4 1 3 1 3 2 4
[ [ 3, 1, 4, 2 ], [ 4, 2, 3, 1 ], [ 2, 4, 1, 3 ], [ 1, 3, 2, 4 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 1 _ 2 _ _ 3 1 _ 3 2 4 4 2 1 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 1 4 2 2 4 3 1 1 3 2 4 4 2 1 3
[ [ 3, 1, 4, 2 ], [ 2, 4, 3, 1 ], [ 1, 3, 2, 4 ], [ 4, 2, 1, 3 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 4 2 3 _ 3 1 _ 3 2 _ 1 4 1 _ 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 4 2 3 2 3 1 4 3 2 4 1 4 1 3 2
[ [ 1, 4, 2, 3 ], [ 2, 3, 1, 4 ], [ 3, 2, 4, 1 ], [ 4, 1, 3, 2 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 3 _ 1 _ _ 3 2 3 2 1 _ 1 4 2 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 4 1 4 1 3 2 3 2 1 4 1 4 2 3
[ [ 2, 3, 4, 1 ], [ 4, 1, 3, 2 ], [ 3, 2, 1, 4 ], [ 1, 4, 2, 3 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 2 3 4 _ 3 2 1 _ _ 1 3 _ 1 4 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 2 3 4 4 3 2 1 2 4 1 3 3 1 4 2
[ [ 1, 2, 3, 4 ], [ 4, 3, 2, 1 ], [ 2, 4, 1, 3 ], [ 3, 1, 4, 2 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 3 2 1 1 2 _ _ _ 4 1 _ 3 1 _ 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 2 1 1 2 3 4 2 4 1 3 3 1 4 2
[ [ 4, 3, 2, 1 ], [ 1, 2, 3, 4 ], [ 2, 4, 1, 3 ], [ 3, 1, 4, 2 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 4 _ 2 1 2 _ 3 2 1 _ 4 4 _ 2 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 4 1 2 1 2 4 3 2 1 3 4 4 3 2 1
[ [ 3, 4, 1, 2 ], [ 1, 2, 4, 3 ], [ 2, 1, 3, 4 ], [ 4, 3, 2, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 4 3 _ 1 3 4 _ _ _ 2 3 _ 2 1 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 4 3 1 1 3 4 2 4 1 2 3 3 2 1 4
[ [ 2, 4, 3, 1 ], [ 1, 3, 4, 2 ], [ 4, 1, 2, 3 ], [ 3, 2, 1, 4 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 4 2 1 2 1 3 4 _ _ 1 _ 1 2 4 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 4 2 1 2 1 3 4 4 3 1 2 1 2 4 3
[ [ 3, 4, 2, 1 ], [ 2, 1, 3, 4 ], [ 4, 3, 1, 2 ], [ 1, 2, 4, 3 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ _ 4 3 3 _ 2 1 2 3 1 4 _ 1 3 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 2 4 3 3 4 2 1 2 3 1 4 4 1 3 2
[ [ 1, 2, 4, 3 ], [ 3, 4, 2, 1 ], [ 2, 3, 1, 4 ], [ 4, 1, 3, 2 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 3 _ 4 _ 4 2 3 4 1 3 2 3 _ 4 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 1 4 1 4 2 3 4 1 3 2 3 2 4 1
[ [ 2, 3, 1, 4 ], [ 1, 4, 2, 3 ], [ 4, 1, 3, 2 ], [ 3, 2, 4, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 _ _ 3 4 3 2 _ _ 4 1 _ 1 2 3 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 4 3 4 3 2 1 3 4 1 2 1 2 3 4
[ [ 2, 1, 4, 3 ], [ 4, 3, 2, 1 ], [ 3, 4, 1, 2 ], [ 1, 2, 3, 4 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 1 _ 3 3 _ 4 1 2 _ _ 4 1 4 3 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 1 2 3 3 2 4 1 2 3 1 4 1 4 3 2
[ [ 4, 1, 2, 3 ], [ 3, 2, 4, 1 ], [ 2, 3, 1, 4 ], [ 1, 4, 3, 2 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 1 3 _ 3 2 1 _ _ 4 _ 3 2 3 _ _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 1 3 2 3 2 1 4 1 4 2 3 2 3 4 1
[ [ 4, 1, 3, 2 ], [ 3, 2, 1, 4 ], [ 1, 4, 2, 3 ], [ 2, 3, 4, 1 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 2 3 1 1 _ _ 4 2 _ 4 3 _ 4 1 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 2 3 1 1 3 2 4 2 1 4 3 3 4 1 2
[ [ 4, 2, 3, 1 ], [ 1, 3, 2, 4 ], [ 2, 1, 4, 3 ], [ 3, 4, 1, 2 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 1 3 _ 3 4 _ 1 4 3 _ _ 1 _ _ 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 3 4 3 4 2 1 4 3 1 2 1 2 4 3
[ [ 2, 1, 3, 4 ], [ 3, 4, 2, 1 ], [ 4, 3, 1, 2 ], [ 1, 2, 4, 3 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 2 1 3 1 3 _ _ 2 4 _ 1 _ 1 4 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 2 1 3 1 3 2 4 2 4 3 1 3 1 4 2
[ [ 4, 2, 1, 3 ], [ 1, 3, 2, 4 ], [ 2, 4, 3, 1 ], [ 3, 1, 4, 2 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ _ 1 3 1 3 _ 2 _ 1 _ 4 _ 4 2 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 2 1 3 1 3 4 2 2 1 3 4 3 4 2 1
[ [ 4, 2, 1, 3 ], [ 1, 3, 4, 2 ], [ 2, 1, 3, 4 ], [ 3, 4, 2, 1 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 3 2 1 1 _ 4 3 2 _ 3 _ 3 4 1 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 2 1 1 2 4 3 2 1 3 4 3 4 1 2
[ [ 4, 3, 2, 1 ], [ 1, 2, 4, 3 ], [ 2, 1, 3, 4 ], [ 3, 4, 1, 2 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 _ _ _ 3 4 _ 1 4 3 _ 2 2 _ 4 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 2 3 4 3 4 2 1 4 3 1 2 2 1 4 3
[ [ 1, 2, 3, 4 ], [ 3, 4, 2, 1 ], [ 4, 3, 1, 2 ], [ 2, 1, 4, 3 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 1 4 3 3 4 _ _ 1 _ 3 4 4 3 2 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 4 3 3 4 1 2 1 2 3 4 4 3 2 1
[ [ 2, 1, 4, 3 ], [ 3, 4, 1, 2 ], [ 1, 2, 3, 4 ], [ 4, 3, 2, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 4 _ 1 _ 1 _ 4 _ 2 1 _ 1 _ 4 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 4 2 1 2 1 3 4 4 2 1 3 1 3 4 2
[ [ 3, 4, 2, 1 ], [ 2, 1, 3, 4 ], [ 4, 2, 1, 3 ], [ 1, 3, 4, 2 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 1 3 4 3 _ 2 1 4 3 _ _ 1 2 4 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 3 4 3 4 2 1 4 3 1 2 1 2 4 3
[ [ 2, 1, 3, 4 ], [ 3, 4, 2, 1 ], [ 4, 3, 1, 2 ], [ 1, 2, 4, 3 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 3 1 4 _ _ 3 2 4 _ _ 3 _ 2 _ 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 1 4 1 4 3 2 4 1 2 3 3 2 4 1
[ [ 2, 3, 1, 4 ], [ 1, 4, 3, 2 ], [ 4, 1, 2, 3 ], [ 3, 2, 4, 1 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 3 2 _ _ 2 3 4 2 4 1 _ 3 _ _ 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 2 1 1 2 3 4 2 4 1 3 3 1 4 2
[ [ 4, 3, 2, 1 ], [ 1, 2, 3, 4 ], [ 2, 4, 1, 3 ], [ 3, 1, 4, 2 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 _ 3 4 _ 3 _ 1 _ _ 4 3 3 4 _ 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 3 4 4 3 2 1 1 2 4 3 3 4 1 2
[ [ 2, 1, 3, 4 ], [ 4, 3, 2, 1 ], [ 1, 2, 4, 3 ], [ 3, 4, 1, 2 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 3 _ 1 _ 2 4 3 3 _ 1 2 2 _ 3 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 2 1 1 2 4 3 3 4 1 2 2 1 3 4
[ [ 4, 3, 2, 1 ], [ 1, 2, 4, 3 ], [ 3, 4, 1, 2 ], [ 2, 1, 3, 4 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 4 3 2 _ 2 1 4 _ 1 4 3 4 _ 2 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 4 3 2 3 2 1 4 2 1 4 3 4 3 2 1
[ [ 1, 4, 3, 2 ], [ 3, 2, 1, 4 ], [ 2, 1, 4, 3 ], [ 4, 3, 2, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 _ 2 3 _ 2 1 4 _ 1 3 2 2 3 _ 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 4 2 3 3 2 1 4 4 1 3 2 2 3 4 1
[ [ 1, 4, 2, 3 ], [ 3, 2, 1, 4 ], [ 4, 1, 3, 2 ], [ 2, 3, 4, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 2 1 4 _ _ _ 2 2 1 4 3 4 3 2 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 2 1 4 1 4 3 2 2 1 4 3 4 3 2 1
[ [ 3, 2, 1, 4 ], [ 1, 4, 3, 2 ], [ 2, 1, 4, 3 ], [ 4, 3, 2, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 3 4 1 _ 4 3 2 _ 1 _ _ 3 _ _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 4 1 1 4 3 2 4 1 2 3 3 2 1 4
[ [ 2, 3, 4, 1 ], [ 1, 4, 3, 2 ], [ 4, 1, 2, 3 ], [ 3, 2, 1, 4 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ _ 2 4 _ 4 1 3 3 _ 4 1 _ 1 _ 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 3 2 4 2 4 1 3 3 2 4 1 4 1 3 2
[ [ 1, 3, 2, 4 ], [ 2, 4, 1, 3 ], [ 3, 2, 4, 1 ], [ 4, 1, 3, 2 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 4 1 3 _ 3 4 2 _ 1 _ 4 4 2 3 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 4 1 3 1 3 4 2 3 1 2 4 4 2 3 1
[ [ 2, 4, 1, 3 ], [ 1, 3, 4, 2 ], [ 3, 1, 2, 4 ], [ 4, 2, 3, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 4 1 _ _ 2 4 3 4 _ 2 1 2 1 _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 4 1 2 1 2 4 3 4 3 2 1 2 1 3 4
[ [ 3, 4, 1, 2 ], [ 1, 2, 4, 3 ], [ 4, 3, 2, 1 ], [ 2, 1, 3, 4 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 3 _ 1 1 4 _ _ 4 _ _ 3 3 1 2 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 4 1 1 4 3 2 4 2 1 3 3 1 2 4
[ [ 2, 3, 4, 1 ], [ 1, 4, 3, 2 ], [ 4, 2, 1, 3 ], [ 3, 1, 2, 4 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 2 1 4 4 _ 2 3 1 _ _ 2 2 4 3 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 2 1 4 4 1 2 3 1 3 4 2 2 4 3 1
[ [ 3, 2, 1, 4 ], [ 4, 1, 2, 3 ], [ 1, 3, 4, 2 ], [ 2, 4, 3, 1 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 _ _ 2 _ 2 4 _ 2 4 1 3 1 3 2 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 1 3 2 3 2 4 1 2 4 1 3 1 3 2 4
[ [ 4, 1, 3, 2 ], [ 3, 2, 4, 1 ], [ 2, 4, 1, 3 ], [ 1, 3, 2, 4 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 1 3 _ 3 2 _ 1 2 3 _ _ 1 4 _ _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 1 3 2 3 2 4 1 2 3 1 4 1 4 2 3
[ [ 4, 1, 3, 2 ], [ 3, 2, 4, 1 ], [ 2, 3, 1, 4 ], [ 1, 4, 2, 3 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 2 _ 3 _ 3 _ 2 2 1 _ 4 3 4 _ 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 2 4 3 4 3 1 2 2 1 3 4 3 4 2 1
[ [ 1, 2, 4, 3 ], [ 4, 3, 1, 2 ], [ 2, 1, 3, 4 ], [ 3, 4, 2, 1 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 2 1 3 3 1 _ 2 2 4 _ 1 1 3 _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 2 1 3 3 1 4 2 2 4 3 1 1 3 2 4
[ [ 4, 2, 1, 3 ], [ 3, 1, 4, 2 ], [ 2, 4, 3, 1 ], [ 1, 3, 2, 4 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ _ 1 4 4 1 2 3 1 3 4 _ 2 4 3 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 2 1 4 4 1 2 3 1 3 4 2 2 4 3 1
[ [ 3, 2, 1, 4 ], [ 4, 1, 2, 3 ], [ 1, 3, 4, 2 ], [ 2, 4, 3, 1 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 1 2 4 _ 2 3 _ 1 _ 4 _ _ 4 1 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 1 2 4 4 2 3 1 1 3 4 2 2 4 1 3
[ [ 3, 1, 2, 4 ], [ 4, 2, 3, 1 ], [ 1, 3, 4, 2 ], [ 2, 4, 1, 3 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 4 3 2 3 2 1 _ 4 1 _ _ 2 _ 4 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 4 3 2 3 2 1 4 4 1 2 3 2 3 4 1
[ [ 1, 4, 3, 2 ], [ 3, 2, 1, 4 ], [ 4, 1, 2, 3 ], [ 2, 3, 4, 1 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 3 _ 4 4 _ _ 3 1 4 3 2 _ _ 4 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 1 4 4 1 2 3 1 4 3 2 3 2 4 1
[ [ 2, 3, 1, 4 ], [ 4, 1, 2, 3 ], [ 1, 4, 3, 2 ], [ 3, 2, 4, 1 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 _ _ 1 1 _ 3 _ 4 3 1 2 2 1 _ 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 4 2 1 1 2 3 4 4 3 1 2 2 1 4 3
[ [ 3, 4, 2, 1 ], [ 1, 2, 3, 4 ], [ 4, 3, 1, 2 ], [ 2, 1, 4, 3 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 2 _ 4 _ 4 1 2 2 _ 4 _ 4 _ 2 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 2 3 4 3 4 1 2 2 3 4 1 4 1 2 3
[ [ 1, 2, 3, 4 ], [ 3, 4, 1, 2 ], [ 2, 3, 4, 1 ], [ 4, 1, 2, 3 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 _ 1 3 _ 1 4 _ 4 3 2 _ 1 2 _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 4 1 3 3 1 4 2 4 3 2 1 1 2 3 4
[ [ 2, 4, 1, 3 ], [ 3, 1, 4, 2 ], [ 4, 3, 2, 1 ], [ 1, 2, 3, 4 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 2 _ 4 3 4 2 _ 4 3 1 _ _ _ 4 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 2 3 4 3 4 2 1 4 3 1 2 2 1 4 3
[ [ 1, 2, 3, 4 ], [ 3, 4, 2, 1 ], [ 4, 3, 1, 2 ], [ 2, 1, 4, 3 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 1 _ 2 2 4 _ 1 4 _ 1 _ _ 3 _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 1 4 2 2 4 3 1 4 2 1 3 1 3 2 4
[ [ 3, 1, 4, 2 ], [ 2, 4, 3, 1 ], [ 4, 2, 1, 3 ], [ 1, 3, 2, 4 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 3 _ 1 2 1 _ _ 1 _ _ 3 3 4 1 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 2 1 2 1 3 4 1 2 4 3 3 4 1 2
[ [ 4, 3, 2, 1 ], [ 2, 1, 3, 4 ], [ 1, 2, 4, 3 ], [ 3, 4, 1, 2 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 1 _ _ 2 4 3 1 4 3 1 _ 1 2 4 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 1 2 4 2 4 3 1 4 3 1 2 1 2 4 3
[ [ 3, 1, 2, 4 ], [ 2, 4, 3, 1 ], [ 4, 3, 1, 2 ], [ 1, 2, 4, 3 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 3 1 4 1 4 _ _ 4 2 _ _ 3 1 _ _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 1 4 1 4 2 3 4 2 3 1 3 1 4 2
[ [ 2, 3, 1, 4 ], [ 1, 4, 2, 3 ], [ 4, 2, 3, 1 ], [ 3, 1, 4, 2 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 3 4 2 _ 2 3 1 2 _ 1 3 3 _ _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 3 4 2 4 2 3 1 2 4 1 3 3 1 2 4
[ [ 1, 3, 4, 2 ], [ 4, 2, 3, 1 ], [ 2, 4, 1, 3 ], [ 3, 1, 2, 4 ] ]
0
4
4
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ _ _ 4 3 4 _ 1 1 _ 4 3 4 3 1 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 3 4 3 4 2 1 1 2 4 3 4 3 1 2
[ [ 2, 1, 3, 4 ], [ 3, 4, 2, 1 ], [ 1, 2, 4, 3 ], [ 4, 3, 1, 2 ] ]
0
4
5
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 2 3 4 _ _ _ 1 2 _ 4 3 4 _ _ 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 2 3 4 3 4 2 1 2 1 4 3 4 3 1 2
[ [ 1, 2, 3, 4 ], [ 3, 4, 2, 1 ], [ 2, 1, 4, 3 ], [ 4, 3, 1, 2 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 1 2 3 4 _ 3 _ 2 2 _ _ 3 _ 4 _ 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
1 2 3 4 4 3 1 2 2 1 4 3 3 4 2 1
[ [ 1, 2, 3, 4 ], [ 4, 3, 1, 2 ], [ 2, 1, 4, 3 ], [ 3, 4, 2, 1 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 1 _ 3 3 _ 1 2 _ 3 _ _ 4 2 _ 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 4 3 3 4 1 2 1 3 2 4 4 2 3 1
[ [ 2, 1, 4, 3 ], [ 3, 4, 1, 2 ], [ 1, 3, 2, 4 ], [ 4, 2, 3, 1 ] ]
0
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 3 1 2 2 _ 3 4 _ _ 2 3 3 2 _ _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 1 2 2 1 3 4 1 4 2 3 3 2 4 1
[ [ 4, 3, 1, 2 ], [ 2, 1, 3, 4 ], [ 1, 4, 2, 3 ], [ 3, 2, 4, 1 ] ]
1
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 _ 2 3 3 _ 1 4 _ _ 3 _ 2 3 4 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 1 2 3 3 2 1 4 1 4 3 2 2 3 4 1
[ [ 4, 1, 2, 3 ], [ 3, 2, 1, 4 ], [ 1, 4, 3, 2 ], [ 2, 3, 4, 1 ] ]
1
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 4 3 _ 3 1 2 _ 4 2 _ _ 1 3 _ 2 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 4 3 1 3 1 2 4 4 2 1 3 1 3 4 2
[ [ 2, 4, 3, 1 ], [ 3, 1, 2, 4 ], [ 4, 2, 1, 3 ], [ 1, 3, 4, 2 ] ]
1
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ 1 3 _ 4 _ 1 2 3 4 _ _ 1 2 _ _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 3 4 4 3 1 2 3 4 2 1 1 2 4 3
[ [ 2, 1, 3, 4 ], [ 4, 3, 1, 2 ], [ 3, 4, 2, 1 ], [ 1, 2, 4, 3 ] ]
1
4
7
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 1 4 3 _ _ _ 1 1 2 _ _ 4 3 1 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 4 3 3 4 2 1 1 2 3 4 4 3 1 2
[ [ 2, 1, 4, 3 ], [ 3, 4, 2, 1 ], [ 1, 2, 3, 4 ], [ 4, 3, 1, 2 ] ]
1
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 1 4 _ 4 _ 2 _ 1 _ 3 2 _ _ 1 _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 4 3 4 3 2 1 1 4 3 2 3 2 1 4
[ [ 2, 1, 4, 3 ], [ 4, 3, 2, 1 ], [ 1, 4, 3, 2 ], [ 3, 2, 1, 4 ] ]
1
4
7
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ _ 4 _ 4 3 _ _ 3 _ 1 2 _ 2 3 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 1 4 3 4 3 2 1 3 4 1 2 1 2 3 4
[ [ 2, 1, 4, 3 ], [ 4, 3, 2, 1 ], [ 3, 4, 1, 2 ], [ 1, 2, 3, 4 ] ]
1
4
7
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 3 _ _ _ 2 4 3 3 _ _ 2 _ 1 _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 2 1 1 2 4 3 3 4 1 2 2 1 3 4
[ [ 4, 3, 2, 1 ], [ 1, 2, 4, 3 ], [ 3, 4, 1, 2 ], [ 2, 1, 3, 4 ] ]
1
4
7
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ _ 3 _ 2 3 _ 1 _ 4 _ _ 3 2 1 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 1 3 2 2 3 4 1 1 4 2 3 3 2 1 4
[ [ 4, 1, 3, 2 ], [ 2, 3, 4, 1 ], [ 1, 4, 2, 3 ], [ 3, 2, 1, 4 ] ]
1
4
7
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: _ _ _ _ 1 4 _ 3 4 1 3 2 _ 2 _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 4 1 1 4 2 3 4 1 3 2 3 2 1 4
[ [ 2, 3, 4, 1 ], [ 1, 4, 2, 3 ], [ 4, 1, 3, 2 ], [ 3, 2, 1, 4 ] ]
1
4
7
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 2 1 _ 4 _ 2 3 1 _ 3 _ 2 3 _ _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 2 1 4 4 1 2 3 1 4 3 2 2 3 4 1
[ [ 3, 2, 1, 4 ], [ 4, 1, 2, 3 ], [ 1, 4, 3, 2 ], [ 2, 3, 4, 1 ] ]
1
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 _ _ 1 1 2 3 4 _ 1 4 _ _ _ _ 3 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 3 2 1 1 2 3 4 3 1 4 2 2 4 1 3
[ [ 4, 3, 2, 1 ], [ 1, 2, 3, 4 ], [ 3, 1, 4, 2 ], [ 2, 4, 1, 3 ] ]
1
4
7
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 4 1 3 _ 3 4 _ 3 1 _ 4 _ _ _ 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 4 1 3 1 3 4 2 3 1 2 4 4 2 3 1
[ [ 2, 4, 1, 3 ], [ 1, 3, 4, 2 ], [ 3, 1, 2, 4 ], [ 4, 2, 3, 1 ] ]
1
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 _ 4 _ 2 4 _ 3 4 2 3 _ 1 _ _ _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 1 4 2 2 4 1 3 4 2 3 1 1 3 2 4
[ [ 3, 1, 4, 2 ], [ 2, 4, 1, 3 ], [ 4, 2, 3, 1 ], [ 1, 3, 2, 4 ] ]
1
4
7
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 4 _ _ 3 1 3 4 _ 3 4 _ 1 2 _ _ 4 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
4 2 1 3 1 3 4 2 3 4 2 1 2 1 3 4
[ [ 4, 2, 1, 3 ], [ 1, 3, 4, 2 ], [ 3, 4, 2, 1 ], [ 2, 1, 3, 4 ] ]
1
4
6
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 2 _ 1 _ 1 _ 2 3 3 _ _ _ 4 2 _ 1 Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
2 3 1 4 1 4 2 3 3 1 4 2 4 2 3 1
[ [ 2, 3, 1, 4 ], [ 1, 4, 2, 3 ], [ 3, 1, 4, 2 ], [ 4, 2, 3, 1 ] ]
1
4
7
In 4x4 Mini Sudoku: - Each row must contain each number from 1-4 exactly once - Each column must contain each number 1-4 exactly once - Each 2x2 subgrid must contain each number 1-4 exactly once Solve this 4x4 Mini Sudoku puzzle: 3 _ 2 _ _ 2 4 3 _ _ 1 2 2 _ _ _ Format your response as the puzzle above, with spaces separating each number within a row, and newlines separating rows.
3 4 2 1 1 2 4 3 4 3 1 2 2 1 3 4
[ [ 3, 4, 2, 1 ], [ 1, 2, 4, 3 ], [ 4, 3, 1, 2 ], [ 2, 1, 3, 4 ] ]
1
4
8
End of preview. Expand in Data Studio

Simple dataset to evalauate LLM's ability to solve mini Sudoku puzzles.

Details:

  • 498 samples
  • 2 different size: 4x4 and 6x6
  • 6 Different levels of difficulty (4 levels on 4x4, 2 levels on 6x6), based on size and number of empty cells
  • Created with reasoning-gym and minor adaptations
Downloads last month
18