Dataset Viewer
Auto-converted to Parquet
task_name
string
initial_board
string
solution
string
environment_info
string
puzzle_id
string
title
string
rules
string
initial_observation
string
solution_reference
string
rows
int64
cols
int64
visual_elements
string
encoded_puzzle
string
description
string
4x4_sudoku_0
4....3...13.....
4213134221343421
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 0
Basic 4x4 Sudoku 0
Normal 4x4 sudoku rules apply
4 . . . . 3 . . . 1 3 . . . . .
4 2 1 3 1 3 4 2 2 1 3 4 3 4 2 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_1
3.....4.42.....4
3412214342311324
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 1
Basic 4x4 Sudoku 1
Normal 4x4 sudoku rules apply
3 . . . . . 4 . 4 2 . . . . . 4
3 4 1 2 2 1 4 3 4 2 3 1 1 3 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_2
....134.3.244..1
2413134231244231
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 2
Basic 4x4 Sudoku 2
Normal 4x4 sudoku rules apply
. . . . 1 3 4 . 3 . 2 4 4 . . 1
2 4 1 3 1 3 4 2 3 1 2 4 4 2 3 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_3
.4.11.....23.2..
2431134241233214
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 3
Basic 4x4 Sudoku 3
Normal 4x4 sudoku rules apply
. 4 . 1 1 . . . . . 2 3 . 2 . .
2 4 3 1 1 3 4 2 4 1 2 3 3 2 1 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_4
.3..41323.....43
2314413234211243
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 4
Basic 4x4 Sudoku 4
Normal 4x4 sudoku rules apply
. 3 . . 4 1 3 2 3 . . . . . 4 3
2 3 1 4 4 1 3 2 3 4 2 1 1 2 4 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_5
12.....23......4
1243431234212134
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 5
Basic 4x4 Sudoku 5
Normal 4x4 sudoku rules apply
1 2 . . . . . 2 3 . . . . . . 4
1 2 4 3 4 3 1 2 3 4 2 1 2 1 3 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_6
43.21..3...1..3.
4312124334212134
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 6
Basic 4x4 Sudoku 6
Normal 4x4 sudoku rules apply
4 3 . 2 1 . . 3 . . . 1 . . 3 .
4 3 1 2 1 2 4 3 3 4 2 1 2 1 3 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_7
4.1....31234...1
4312214312343421
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 7
Basic 4x4 Sudoku 7
Normal 4x4 sudoku rules apply
4 . 1 . . . . 3 1 2 3 4 . . . 1
4 3 1 2 2 1 4 3 1 2 3 4 3 4 2 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_8
3..2.24...212..4
3412124343212134
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 8
Basic 4x4 Sudoku 8
Normal 4x4 sudoku rules apply
3 . . 2 . 2 4 . . . 2 1 2 . . 4
3 4 1 2 1 2 4 3 4 3 2 1 2 1 3 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_9
1.....2.4..2...3
1234342143122143
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 9
Basic 4x4 Sudoku 9
Normal 4x4 sudoku rules apply
1 . . . . . 2 . 4 . . 2 . . . 3
1 2 3 4 3 4 2 1 4 3 1 2 2 1 4 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_10
..4141.2.42..3..
3241413214232314
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 10
Basic 4x4 Sudoku 10
Normal 4x4 sudoku rules apply
. . 4 1 4 1 . 2 . 4 2 . . 3 . .
3 2 4 1 4 1 3 2 1 4 2 3 2 3 1 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_11
132.42.....2.14.
1324423134122143
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 11
Basic 4x4 Sudoku 11
Normal 4x4 sudoku rules apply
1 3 2 . 4 2 . . . . . 2 . 1 4 .
1 3 2 4 4 2 3 1 3 4 1 2 2 1 4 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_12
1..2.23..4.3..2.
1342423124133124
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 12
Basic 4x4 Sudoku 12
Normal 4x4 sudoku rules apply
1 . . 2 . 2 3 . . 4 . 3 . . 2 .
1 3 4 2 4 2 3 1 2 4 1 3 3 1 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_13
.2.43.....1.....
1234342143122143
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 13
Basic 4x4 Sudoku 13
Normal 4x4 sudoku rules apply
. 2 . 4 3 . . . . . 1 . . . . .
1 2 3 4 3 4 2 1 4 3 1 2 2 1 4 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_14
.3.221...421..3.
4312214334211234
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 14
Basic 4x4 Sudoku 14
Normal 4x4 sudoku rules apply
. 3 . 2 2 1 . . . 4 2 1 . . 3 .
4 3 1 2 2 1 4 3 3 4 2 1 1 2 3 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_15
.3.....1..23....
1342243141233214
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 15
Basic 4x4 Sudoku 15
Normal 4x4 sudoku rules apply
. 3 . . . . . 1 . . 2 3 . . . .
1 3 4 2 2 4 3 1 4 1 2 3 3 2 1 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_16
13.2...1.....1.3
1342243132144123
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 16
Basic 4x4 Sudoku 16
Normal 4x4 sudoku rules apply
1 3 . 2 . . . 1 . . . . . 1 . 3
1 3 4 2 2 4 3 1 3 2 1 4 4 1 2 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_17
..3......2..1..4
2431314242131324
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 17
Basic 4x4 Sudoku 17
Normal 4x4 sudoku rules apply
. . 3 . . . . . . 2 . . 1 . . 4
2 4 3 1 3 1 4 2 4 2 1 3 1 3 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_18
3.42..1...2.4.3.
3142241313244231
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 18
Basic 4x4 Sudoku 18
Normal 4x4 sudoku rules apply
3 . 4 2 . . 1 . . . 2 . 4 . 3 .
3 1 4 2 2 4 1 3 1 3 2 4 4 2 3 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_19
.34..432.....123
2341143232144123
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 19
Basic 4x4 Sudoku 19
Normal 4x4 sudoku rules apply
. 3 4 . . 4 3 2 . . . . . 1 2 3
2 3 4 1 1 4 3 2 3 2 1 4 4 1 2 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_20
43.2.2.....1..2.
4312124324313124
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 20
Basic 4x4 Sudoku 20
Normal 4x4 sudoku rules apply
4 3 . 2 . 2 . . . . . 1 . . 2 .
4 3 1 2 1 2 4 3 2 4 3 1 3 1 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_21
..4.3....324.2..
2143341213244231
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 21
Basic 4x4 Sudoku 21
Normal 4x4 sudoku rules apply
. . 4 . 3 . . . . 3 2 4 . 2 . .
2 1 4 3 3 4 1 2 1 3 2 4 4 2 3 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_22
32.41.23.....3..
3214142341322341
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 22
Basic 4x4 Sudoku 22
Normal 4x4 sudoku rules apply
3 2 . 4 1 . 2 3 . . . . . 3 . .
3 2 1 4 1 4 2 3 4 1 3 2 2 3 4 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_23
.3......4.1...4.
1324243142133142
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 23
Basic 4x4 Sudoku 23
Normal 4x4 sudoku rules apply
. 3 . . . . . . 4 . 1 . . . 4 .
1 3 2 4 2 4 3 1 4 2 1 3 3 1 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_24
.1..4......23...
2143432114323214
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 24
Basic 4x4 Sudoku 24
Normal 4x4 sudoku rules apply
. 1 . . 4 . . . . . . 2 3 . . .
2 1 4 3 4 3 2 1 1 4 3 2 3 2 1 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_25
....4..2..1..3..
3241413224131324
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 25
Basic 4x4 Sudoku 25
Normal 4x4 sudoku rules apply
. . . . 4 . . 2 . . 1 . . 3 . .
3 2 4 1 4 1 3 2 2 4 1 3 1 3 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_26
..3..4.14.1..3..
2134342142131342
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 26
Basic 4x4 Sudoku 26
Normal 4x4 sudoku rules apply
. . 3 . . 4 . 1 4 . 1 . . 3 . .
2 1 3 4 3 4 2 1 4 2 1 3 1 3 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_27
..344...2...3142
1234432124133142
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 27
Basic 4x4 Sudoku 27
Normal 4x4 sudoku rules apply
. . 3 4 4 . . . 2 . . . 3 1 4 2
1 2 3 4 4 3 2 1 2 4 1 3 3 1 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_28
...12.4..432.21.
4321214314323214
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 28
Basic 4x4 Sudoku 28
Normal 4x4 sudoku rules apply
. . . 1 2 . 4 . . 4 3 2 . 2 1 .
4 3 2 1 2 1 4 3 1 4 3 2 3 2 1 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_29
2.1.....3..4....
2413134231244231
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 29
Basic 4x4 Sudoku 29
Normal 4x4 sudoku rules apply
2 . 1 . . . . . 3 . . 4 . . . .
2 4 1 3 1 3 4 2 3 1 2 4 4 2 3 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_30
...1312....2..4.
2431312443121243
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 30
Basic 4x4 Sudoku 30
Normal 4x4 sudoku rules apply
. . . 1 3 1 2 . . . . 2 . . 4 .
2 4 3 1 3 1 2 4 4 3 1 2 1 2 4 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_31
..3....42...3.4.
4231132424133142
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 31
Basic 4x4 Sudoku 31
Normal 4x4 sudoku rules apply
. . 3 . . . . 4 2 . . . 3 . 4 .
4 2 3 1 1 3 2 4 2 4 1 3 3 1 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_32
.214.........14.
3214143243212143
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 32
Basic 4x4 Sudoku 32
Normal 4x4 sudoku rules apply
. 2 1 4 . . . . . . . . . 1 4 .
3 2 1 4 1 4 3 2 4 3 2 1 2 1 4 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_33
.2.334.....2..1.
1243342141322314
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 33
Basic 4x4 Sudoku 33
Normal 4x4 sudoku rules apply
. 2 . 3 3 4 . . . . . 2 . . 1 .
1 2 4 3 3 4 2 1 4 1 3 2 2 3 1 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_34
....2..4....3.42
1423231442313142
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 34
Basic 4x4 Sudoku 34
Normal 4x4 sudoku rules apply
. . . . 2 . . 4 . . . . 3 . 4 2
1 4 2 3 2 3 1 4 4 2 3 1 3 1 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_35
4.23...43....4..
4123231432411432
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 35
Basic 4x4 Sudoku 35
Normal 4x4 sudoku rules apply
4 . 2 3 . . . 4 3 . . . . 4 . .
4 1 2 3 2 3 1 4 3 2 4 1 1 4 3 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_36
3..11.34..1..14.
3421123443122143
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 36
Basic 4x4 Sudoku 36
Normal 4x4 sudoku rules apply
3 . . 1 1 . 3 4 . . 1 . . 1 4 .
3 4 2 1 1 2 3 4 4 3 1 2 2 1 4 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_37
.3..42........12
1324423121433412
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 37
Basic 4x4 Sudoku 37
Normal 4x4 sudoku rules apply
. 3 . . 4 2 . . . . . . . . 1 2
1 3 2 4 4 2 3 1 2 1 4 3 3 4 1 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_38
1..2..4.32..4...
1432234132144123
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 38
Basic 4x4 Sudoku 38
Normal 4x4 sudoku rules apply
1 . . 2 . . 4 . 3 2 . . 4 . . .
1 4 3 2 2 3 4 1 3 2 1 4 4 1 2 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_39
1...24...12.3.1.
1342243141233214
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 39
Basic 4x4 Sudoku 39
Normal 4x4 sudoku rules apply
1 . . . 2 4 . . . 1 2 . 3 . 1 .
1 3 4 2 2 4 3 1 4 1 2 3 3 2 1 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_40
.41....343.1.1..
3412124343212134
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 40
Basic 4x4 Sudoku 40
Normal 4x4 sudoku rules apply
. 4 1 . . . . 3 4 3 . 1 . 1 . .
3 4 1 2 1 2 4 3 4 3 2 1 2 1 3 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_41
31242.1......3.2
3124241342311342
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 41
Basic 4x4 Sudoku 41
Normal 4x4 sudoku rules apply
3 1 2 4 2 . 1 . . . . . . 3 . 2
3 1 2 4 2 4 1 3 4 2 3 1 1 3 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_42
.....3.431.2.43.
4213132431422431
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 42
Basic 4x4 Sudoku 42
Normal 4x4 sudoku rules apply
. . . . . 3 . 4 3 1 . 2 . 4 3 .
4 2 1 3 1 3 2 4 3 1 4 2 2 4 3 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_43
...2..4..3.42...
4132324113242413
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 43
Basic 4x4 Sudoku 43
Normal 4x4 sudoku rules apply
. . . 2 . . 4 . . 3 . 4 2 . . .
4 1 3 2 3 2 4 1 1 3 2 4 2 4 1 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_44
.2.3....1....34.
4213312414322341
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 44
Basic 4x4 Sudoku 44
Normal 4x4 sudoku rules apply
. 2 . 3 . . . . 1 . . . . 3 4 .
4 2 1 3 3 1 2 4 1 4 3 2 2 3 4 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_45
.....3....42.2.3
2431132431424213
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 45
Basic 4x4 Sudoku 45
Normal 4x4 sudoku rules apply
. . . . . 3 . . . . 4 2 . 2 . 3
2 4 3 1 1 3 2 4 3 1 4 2 4 2 1 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_46
3......3..4..1..
3214142323414132
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 46
Basic 4x4 Sudoku 46
Normal 4x4 sudoku rules apply
3 . . . . . . 3 . . 4 . . 1 . .
3 2 1 4 1 4 2 3 2 3 4 1 4 1 3 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_47
.2.331.....1.34.
4213312424311342
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 47
Basic 4x4 Sudoku 47
Normal 4x4 sudoku rules apply
. 2 . 3 3 1 . . . . . 1 . 3 4 .
4 2 1 3 3 1 2 4 2 4 3 1 1 3 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_48
1.3.....3.14...3
1432234132144123
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 48
Basic 4x4 Sudoku 48
Normal 4x4 sudoku rules apply
1 . 3 . . . . . 3 . 1 4 . . . 3
1 4 3 2 2 3 4 1 3 2 1 4 4 1 2 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_49
...13..4.2....4.
2431312442131342
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 49
Basic 4x4 Sudoku 49
Normal 4x4 sudoku rules apply
. . . 1 3 . . 4 . 2 . . . . 4 .
2 4 3 1 3 1 2 4 4 2 1 3 1 3 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_50
....1..4...34..1
3412123421434321
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 50
Basic 4x4 Sudoku 50
Normal 4x4 sudoku rules apply
. . . . 1 . . 4 . . . 3 4 . . 1
3 4 1 2 1 2 3 4 2 1 4 3 4 3 2 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_51
..232..4..41.1.2
1423231432414132
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 51
Basic 4x4 Sudoku 51
Normal 4x4 sudoku rules apply
. . 2 3 2 . . 4 . . 4 1 . 1 . 2
1 4 2 3 2 3 1 4 3 2 4 1 4 1 3 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_52
1.424..33....1..
1342421334212134
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 52
Basic 4x4 Sudoku 52
Normal 4x4 sudoku rules apply
1 . 4 2 4 . . 3 3 . . . . 1 . .
1 3 4 2 4 2 1 3 3 4 2 1 2 1 3 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_53
....31.22..1....
4213314224311324
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 53
Basic 4x4 Sudoku 53
Normal 4x4 sudoku rules apply
. . . . 3 1 . 2 2 . . 1 . . . .
4 2 1 3 3 1 4 2 2 4 3 1 1 3 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_54
123.3.....4..32.
1234341221434321
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 54
Basic 4x4 Sudoku 54
Normal 4x4 sudoku rules apply
1 2 3 . 3 . . . . . 4 . . 3 2 .
1 2 3 4 3 4 1 2 2 1 4 3 4 3 2 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_55
.34.4..23214....
2341413232141423
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 55
Basic 4x4 Sudoku 55
Normal 4x4 sudoku rules apply
. 3 4 . 4 . . 2 3 2 1 4 . . . .
2 3 4 1 4 1 3 2 3 2 1 4 1 4 2 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_56
3..21.....3.4.21
3412124321344321
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 56
Basic 4x4 Sudoku 56
Normal 4x4 sudoku rules apply
3 . . 2 1 . . . . . 3 . 4 . 2 1
3 4 1 2 1 2 4 3 2 1 3 4 4 3 2 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_57
2....4......3.2.
2341143242133124
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 57
Basic 4x4 Sudoku 57
Normal 4x4 sudoku rules apply
2 . . . . 4 . . . . . . 3 . 2 .
2 3 4 1 1 4 3 2 4 2 1 3 3 1 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_58
1....31.2..13.24
1243431224313124
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 58
Basic 4x4 Sudoku 58
Normal 4x4 sudoku rules apply
1 . . . . 3 1 . 2 . . 1 3 . 2 4
1 2 4 3 4 3 1 2 2 4 3 1 3 1 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_59
......412......4
4132324124131324
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 59
Basic 4x4 Sudoku 59
Normal 4x4 sudoku rules apply
. . . . . . 4 1 2 . . . . . . 4
4 1 3 2 3 2 4 1 2 4 1 3 1 3 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_60
.4.2...34.3.132.
3412214342311324
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 60
Basic 4x4 Sudoku 60
Normal 4x4 sudoku rules apply
. 4 . 2 . . . 3 4 . 3 . 1 3 2 .
3 4 1 2 2 1 4 3 4 2 3 1 1 3 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_61
2..1.34...23..1.
2431134241233214
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 61
Basic 4x4 Sudoku 61
Normal 4x4 sudoku rules apply
2 . . 1 . 3 4 . . . 2 3 . . 1 .
2 4 3 1 1 3 4 2 4 1 2 3 3 2 1 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_62
.2...41....323.1
1234341241232341
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 62
Basic 4x4 Sudoku 62
Normal 4x4 sudoku rules apply
. 2 . . . 4 1 . . . . 3 2 3 . 1
1 2 3 4 3 4 1 2 4 1 2 3 2 3 4 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_63
..42..3.....41..
1342243132144123
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 63
Basic 4x4 Sudoku 63
Normal 4x4 sudoku rules apply
. . 4 2 . . 3 . . . . . 4 1 . .
1 3 4 2 2 4 3 1 3 2 1 4 4 1 2 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_64
2..3..1..2..4...
2143341212344321
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 64
Basic 4x4 Sudoku 64
Normal 4x4 sudoku rules apply
2 . . 3 . . 1 . . 2 . . 4 . . .
2 1 4 3 3 4 1 2 1 2 3 4 4 3 2 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_65
12.43....1.32..1
1234341241232341
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 65
Basic 4x4 Sudoku 65
Normal 4x4 sudoku rules apply
1 2 . 4 3 . . . . 1 . 3 2 . . 1
1 2 3 4 3 4 1 2 4 1 2 3 2 3 4 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_66
21....21...434..
2143432112343412
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 66
Basic 4x4 Sudoku 66
Normal 4x4 sudoku rules apply
2 1 . . . . 2 1 . . . 4 3 4 . .
2 1 4 3 4 3 2 1 1 2 3 4 3 4 1 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_67
.3......3..11..2
2314412332411432
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 67
Basic 4x4 Sudoku 67
Normal 4x4 sudoku rules apply
. 3 . . . . . . 3 . . 1 1 . . 2
2 3 1 4 4 1 2 3 3 2 4 1 1 4 3 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_68
.31.1....1.42..1
4312124331242431
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 68
Basic 4x4 Sudoku 68
Normal 4x4 sudoku rules apply
. 3 1 . 1 . . . . 1 . 4 2 . . 1
4 3 1 2 1 2 4 3 3 1 2 4 2 4 3 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_69
1.4.2..13.1.4.2.
1342243132144123
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 69
Basic 4x4 Sudoku 69
Normal 4x4 sudoku rules apply
1 . 4 . 2 . . 1 3 . 1 . 4 . 2 .
1 3 4 2 2 4 3 1 3 2 1 4 4 1 2 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_70
.....42....2324.
2314142341323241
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 70
Basic 4x4 Sudoku 70
Normal 4x4 sudoku rules apply
. . . . . 4 2 . . . . 2 3 2 4 .
2 3 1 4 1 4 2 3 4 1 3 2 3 2 4 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_71
3.....4..31....2
3421124323144132
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 71
Basic 4x4 Sudoku 71
Normal 4x4 sudoku rules apply
3 . . . . . 4 . . 3 1 . . . . 2
3 4 2 1 1 2 4 3 2 3 1 4 4 1 3 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_72
....23...2313..2
1423231442313142
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 72
Basic 4x4 Sudoku 72
Normal 4x4 sudoku rules apply
. . . . 2 3 . . . 2 3 1 3 . . 2
1 4 2 3 2 3 1 4 4 2 3 1 3 1 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_73
..244......3134.
3124423124131342
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 73
Basic 4x4 Sudoku 73
Normal 4x4 sudoku rules apply
. . 2 4 4 . . . . . . 3 1 3 4 .
3 1 2 4 4 2 3 1 2 4 1 3 1 3 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_74
1...3.2...1....4
1243342143122134
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 74
Basic 4x4 Sudoku 74
Normal 4x4 sudoku rules apply
1 . . . 3 . 2 . . . 1 . . . . 4
1 2 4 3 3 4 2 1 4 3 1 2 2 1 3 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_75
3....4...3.2..13
3124243113424213
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 75
Basic 4x4 Sudoku 75
Normal 4x4 sudoku rules apply
3 . . . . 4 . . . 3 . 2 . . 1 3
3 1 2 4 2 4 3 1 1 3 4 2 4 2 1 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_76
2.3..4..4...1..2
2134342142131342
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 76
Basic 4x4 Sudoku 76
Normal 4x4 sudoku rules apply
2 . 3 . . 4 . . 4 . . . 1 . . 2
2 1 3 4 3 4 2 1 4 2 1 3 1 3 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_77
1.....1.2.....4.
1324421324313142
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 77
Basic 4x4 Sudoku 77
Normal 4x4 sudoku rules apply
1 . . . . . 1 . 2 . . . . . 4 .
1 3 2 4 4 2 1 3 2 4 3 1 3 1 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_78
.1.34.2.1.....14
2143432114323214
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 78
Basic 4x4 Sudoku 78
Normal 4x4 sudoku rules apply
. 1 . 3 4 . 2 . 1 . . . . . 1 4
2 1 4 3 4 3 2 1 1 4 3 2 3 2 1 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_79
4231........1342
4231312424131342
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 79
Basic 4x4 Sudoku 79
Normal 4x4 sudoku rules apply
4 2 3 1 . . . . . . . . 1 3 4 2
4 2 3 1 3 1 2 4 2 4 1 3 1 3 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_80
.14...13.231..2.
3142241342311324
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 80
Basic 4x4 Sudoku 80
Normal 4x4 sudoku rules apply
. 1 4 . . . 1 3 . 2 3 1 . . 2 .
3 1 4 2 2 4 1 3 4 2 3 1 1 3 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_81
.1.....2.4.....3
2134431234211243
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 81
Basic 4x4 Sudoku 81
Normal 4x4 sudoku rules apply
. 1 . . . . . 2 . 4 . . . . . 3
2 1 3 4 4 3 1 2 3 4 2 1 1 2 4 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_82
.1.....3.3244.31
3142241313244231
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 82
Basic 4x4 Sudoku 82
Normal 4x4 sudoku rules apply
. 1 . . . . . 3 . 3 2 4 4 . 3 1
3 1 4 2 2 4 1 3 1 3 2 4 4 2 3 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_83
23............31
2314142331424231
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 83
Basic 4x4 Sudoku 83
Normal 4x4 sudoku rules apply
2 3 . . . . . . . . . . . . 3 1
2 3 1 4 1 4 2 3 3 1 4 2 4 2 3 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_84
4..331....4114..
4213312423411432
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 84
Basic 4x4 Sudoku 84
Normal 4x4 sudoku rules apply
4 . . 3 3 1 . . . . 4 1 1 4 . .
4 2 1 3 3 1 2 4 2 3 4 1 1 4 3 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_85
...4..32.3...4.3
3214413223411423
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 85
Basic 4x4 Sudoku 85
Normal 4x4 sudoku rules apply
. . . 4 . . 3 2 . 3 . . . 4 . 3
3 2 1 4 4 1 3 2 2 3 4 1 1 4 2 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_86
.31.2.3.....3.21
4312213412433421
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 86
Basic 4x4 Sudoku 86
Normal 4x4 sudoku rules apply
. 3 1 . 2 . 3 . . . . . 3 . 2 1
4 3 1 2 2 1 3 4 1 2 4 3 3 4 2 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_87
12.3...22....1..
1243431224313124
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 87
Basic 4x4 Sudoku 87
Normal 4x4 sudoku rules apply
1 2 . 3 . . . 2 2 . . . . 1 . .
1 2 4 3 4 3 1 2 2 4 3 1 3 1 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_88
3.......4.1.21.3
3421123443122143
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 88
Basic 4x4 Sudoku 88
Normal 4x4 sudoku rules apply
3 . . . . . . . 4 . 1 . 2 1 . 3
3 4 2 1 1 2 3 4 4 3 1 2 2 1 4 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_89
3.2..4.1.2..1...
3124243142131342
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 89
Basic 4x4 Sudoku 89
Normal 4x4 sudoku rules apply
3 . 2 . . 4 . 1 . 2 . . 1 . . .
3 1 2 4 2 4 3 1 4 2 1 3 1 3 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_90
4.3....12...1324
4132324124131324
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 90
Basic 4x4 Sudoku 90
Normal 4x4 sudoku rules apply
4 . 3 . . . . 1 2 . . . 1 3 2 4
4 1 3 2 3 2 4 1 2 4 1 3 1 3 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_91
.31.2...14......
4312213414233241
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 91
Basic 4x4 Sudoku 91
Normal 4x4 sudoku rules apply
. 3 1 . 2 . . . 1 4 . . . . . .
4 3 1 2 2 1 3 4 1 4 2 3 3 2 4 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_92
.2....4...3.1...
4213314224311324
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 92
Basic 4x4 Sudoku 92
Normal 4x4 sudoku rules apply
. 2 . . . . 4 . . . 3 . 1 . . .
4 2 1 3 3 1 4 2 2 4 3 1 1 3 2 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_93
2.43.312...4..2.
2143431212343421
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 93
Basic 4x4 Sudoku 93
Normal 4x4 sudoku rules apply
2 . 4 3 . 3 1 2 . . . 4 . . 2 .
2 1 4 3 4 3 1 2 1 2 3 4 3 4 2 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_94
1......34.31...2
1324241342313142
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 94
Basic 4x4 Sudoku 94
Normal 4x4 sudoku rules apply
1 . . . . . . 3 4 . 3 1 . . . 2
1 3 2 4 2 4 1 3 4 2 3 1 3 1 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_95
3.211....1.2.3..
3421124341322314
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 95
Basic 4x4 Sudoku 95
Normal 4x4 sudoku rules apply
3 . 2 1 1 . . . . 1 . 2 . 3 . .
3 4 2 1 1 2 4 3 4 1 3 2 2 3 1 4
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_96
.3.424..4..3....
1324243142133142
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 96
Basic 4x4 Sudoku 96
Normal 4x4 sudoku rules apply
. 3 . 4 2 4 . . 4 . . 3 . . . .
1 3 2 4 2 4 3 1 4 2 1 3 3 1 4 2
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_97
23......1..3..4.
2314413214233241
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 97
Basic 4x4 Sudoku 97
Normal 4x4 sudoku rules apply
2 3 . . . . . . 1 . . 3 . . 4 .
2 3 1 4 4 1 3 2 1 4 2 3 3 2 4 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_98
321.14.2.32.....
3214143243212143
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 98
Basic 4x4 Sudoku 98
Normal 4x4 sudoku rules apply
3 2 1 . 1 4 . 2 . 3 2 . . . . .
3 2 1 4 1 4 3 2 4 3 2 1 2 1 4 3
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
4x4_sudoku_99
....1..22....4..
4213134221343421
### Available Actions: 1. Value Setting - Format: `value(N, rXcY)` - Description: Set a definitive value in a specific cell (N is a number between 1-9) - Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3 2. Candidate Management - Format: `candidate(OPERATION, N, rXcY)` - Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell. - Operations: - `+`: Add candidate - `-`: Remove candidate - Examples: - `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4 - `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1 3. Clear Operations - Format: `clear(K, rXcY)` - Description: Clear cell contents (K specifies what to clear) - Clear Types: - `0`: Clear only the definitive value - `2`: Clear all candidates only - Examples: - `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1 - `clear(2, r2c2)` -> Clear all candidates in row 2, column 2 ### Goal Complete the sudoku board based on the rules and visual elements. ### Size 4x4 ### Rules Normal 4x4 sudoku rules apply ### Visual Elements None
Basic 4x4 Sudoku 99
Basic 4x4 Sudoku 99
Normal 4x4 sudoku rules apply
. . . . 1 . . 2 2 . . . . 4 . .
4 2 1 3 1 3 4 2 2 1 3 4 3 4 2 1
4
4
None
None
Complete the sudoku board based on the rules and visual elements.
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
150