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_800
|
31..2.......1.3.
|
3142241343211234
|
### 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 800
|
Basic 4x4 Sudoku 800
|
Normal 4x4 sudoku rules apply
|
3 1 . .
2 . . .
. . . .
1 . 3 .
|
3 1 4 2
2 4 1 3
4 3 2 1
1 2 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_801
|
2.1..4....4....1
|
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 801
|
Basic 4x4 Sudoku 801
|
Normal 4x4 sudoku rules apply
|
2 . 1 .
. 4 . .
. . 4 .
. . . 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_802
|
..3..4.24...21..
|
1234341243212143
|
### 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 802
|
Basic 4x4 Sudoku 802
|
Normal 4x4 sudoku rules apply
|
. . 3 .
. 4 . 2
4 . . .
2 1 . .
|
1 2 3 4
3 4 1 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_803
|
.1.....2..4.3...
|
2134431212433421
|
### 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 803
|
Basic 4x4 Sudoku 803
|
Normal 4x4 sudoku rules apply
|
. 1 . .
. . . 2
. . 4 .
3 . . .
|
2 1 3 4
4 3 1 2
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_804
|
.1..3.4..3.4..3.
|
4123324123141432
|
### 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 804
|
Basic 4x4 Sudoku 804
|
Normal 4x4 sudoku rules apply
|
. 1 . .
3 . 4 .
. 3 . 4
. . 3 .
|
4 1 2 3
3 2 4 1
2 3 1 4
1 4 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_805
|
3.414...24...32.
|
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 805
|
Basic 4x4 Sudoku 805
|
Normal 4x4 sudoku rules apply
|
3 . 4 1
4 . . .
2 4 . .
. 3 2 .
|
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_806
|
3......4.....21.
|
3421213413424213
|
### 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 806
|
Basic 4x4 Sudoku 806
|
Normal 4x4 sudoku rules apply
|
3 . . .
. . . 4
. . . .
. 2 1 .
|
3 4 2 1
2 1 3 4
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_807
|
...3..2....14...
|
2413132432414132
|
### 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 807
|
Basic 4x4 Sudoku 807
|
Normal 4x4 sudoku rules apply
|
. . . 3
. . 2 .
. . . 1
4 . . .
|
2 4 1 3
1 3 2 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_808
|
41...2....1..42.
|
4132324123141423
|
### 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 808
|
Basic 4x4 Sudoku 808
|
Normal 4x4 sudoku rules apply
|
4 1 . .
. 2 . .
. . 1 .
. 4 2 .
|
4 1 3 2
3 2 4 1
2 3 1 4
1 4 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_809
|
.23......1..4.2.
|
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 809
|
Basic 4x4 Sudoku 809
|
Normal 4x4 sudoku rules apply
|
. 2 3 .
. . . .
. 1 . .
4 . 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_810
|
.2...13....41...
|
3241413223141423
|
### 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 810
|
Basic 4x4 Sudoku 810
|
Normal 4x4 sudoku rules apply
|
. 2 . .
. 1 3 .
. . . 4
1 . . .
|
3 2 4 1
4 1 3 2
2 3 1 4
1 4 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_811
|
...2..4..423.314
|
4132324114232314
|
### 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 811
|
Basic 4x4 Sudoku 811
|
Normal 4x4 sudoku rules apply
|
. . . 2
. . 4 .
. 4 2 3
. 3 1 4
|
4 1 3 2
3 2 4 1
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_812
|
.2....21..4224..
|
1234432131422413
|
### 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 812
|
Basic 4x4 Sudoku 812
|
Normal 4x4 sudoku rules apply
|
. 2 . .
. . 2 1
. . 4 2
2 4 . .
|
1 2 3 4
4 3 2 1
3 1 4 2
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_813
|
4....1.4...1.3..
|
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 813
|
Basic 4x4 Sudoku 813
|
Normal 4x4 sudoku rules apply
|
4 . . .
. 1 . 4
. . . 1
. 3 . .
|
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_814
|
..31....23.414..
|
4231314223141423
|
### 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 814
|
Basic 4x4 Sudoku 814
|
Normal 4x4 sudoku rules apply
|
. . 3 1
. . . .
2 3 . 4
1 4 . .
|
4 2 3 1
3 1 4 2
2 3 1 4
1 4 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_815
|
..2...43.1...3.2
|
3421124321344312
|
### 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 815
|
Basic 4x4 Sudoku 815
|
Normal 4x4 sudoku rules apply
|
. . 2 .
. . 4 3
. 1 . .
. 3 . 2
|
3 4 2 1
1 2 4 3
2 1 3 4
4 3 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_816
|
.41.......4.4..3
|
3412123423414123
|
### 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 816
|
Basic 4x4 Sudoku 816
|
Normal 4x4 sudoku rules apply
|
. 4 1 .
. . . .
. . 4 .
4 . . 3
|
3 4 1 2
1 2 3 4
2 3 4 1
4 1 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_817
|
.24.43.....13...
|
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 817
|
Basic 4x4 Sudoku 817
|
Normal 4x4 sudoku rules apply
|
. 2 4 .
4 3 . .
. . . 1
3 . . .
|
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_818
|
.13...2..3.2.21.
|
2134342113424213
|
### 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 818
|
Basic 4x4 Sudoku 818
|
Normal 4x4 sudoku rules apply
|
. 1 3 .
. . 2 .
. 3 . 2
. 2 1 .
|
2 1 3 4
3 4 2 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_819
|
......3..4..2341
|
3214413214232341
|
### 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 819
|
Basic 4x4 Sudoku 819
|
Normal 4x4 sudoku rules apply
|
. . . .
. . 3 .
. 4 . .
2 3 4 1
|
3 2 1 4
4 1 3 2
1 4 2 3
2 3 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_820
|
.23.3......34..1
|
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 820
|
Basic 4x4 Sudoku 820
|
Normal 4x4 sudoku rules apply
|
. 2 3 .
3 . . .
. . . 3
4 . . 1
|
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_821
|
.3.2.1.4.2....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 821
|
Basic 4x4 Sudoku 821
|
Normal 4x4 sudoku rules apply
|
. 3 . 2
. 1 . 4
. 2 . .
. . 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_822
|
..12........31..
|
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 822
|
Basic 4x4 Sudoku 822
|
Normal 4x4 sudoku rules apply
|
. . 1 2
. . . .
. . . .
3 1 . .
|
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_823
|
.23....1..1....2
|
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 823
|
Basic 4x4 Sudoku 823
|
Normal 4x4 sudoku rules apply
|
. 2 3 .
. . . 1
. . 1 .
. . . 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_824
|
23...1.2..2...14
|
2341413214233214
|
### 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 824
|
Basic 4x4 Sudoku 824
|
Normal 4x4 sudoku rules apply
|
2 3 . .
. 1 . 2
. . 2 .
. . 1 4
|
2 3 4 1
4 1 3 2
1 4 2 3
3 2 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_825
|
.241...3.1.....2
|
3241142321344312
|
### 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 825
|
Basic 4x4 Sudoku 825
|
Normal 4x4 sudoku rules apply
|
. 2 4 1
. . . 3
. 1 . .
. . . 2
|
3 2 4 1
1 4 2 3
2 1 3 4
4 3 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_826
|
4..2.3...243....
|
4132231412433421
|
### 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 826
|
Basic 4x4 Sudoku 826
|
Normal 4x4 sudoku rules apply
|
4 . . 2
. 3 . .
. 2 4 3
. . . .
|
4 1 3 2
2 3 1 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_827
|
.3.4.......2.41.
|
1324423131422413
|
### 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 827
|
Basic 4x4 Sudoku 827
|
Normal 4x4 sudoku rules apply
|
. 3 . 4
. . . .
. . . 2
. 4 1 .
|
1 3 2 4
4 2 3 1
3 1 4 2
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_828
|
2..334.........2
|
2143342112344312
|
### 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 828
|
Basic 4x4 Sudoku 828
|
Normal 4x4 sudoku rules apply
|
2 . . 3
3 4 . .
. . . .
. . . 2
|
2 1 4 3
3 4 2 1
1 2 3 4
4 3 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_829
|
.2.4..21.412....
|
1234432134122143
|
### 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 829
|
Basic 4x4 Sudoku 829
|
Normal 4x4 sudoku rules apply
|
. 2 . 4
. . 2 1
. 4 1 2
. . . .
|
1 2 3 4
4 3 2 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_830
|
.142....4..1.3..
|
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 830
|
Basic 4x4 Sudoku 830
|
Normal 4x4 sudoku rules apply
|
. 1 4 2
. . . .
4 . . 1
. 3 . .
|
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_831
|
.4..23..4..2...4
|
1423234141323214
|
### 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 831
|
Basic 4x4 Sudoku 831
|
Normal 4x4 sudoku rules apply
|
. 4 . .
2 3 . .
4 . . 2
. . . 4
|
1 4 2 3
2 3 4 1
4 1 3 2
3 2 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_832
|
...4.2...14....3
|
1324423131422413
|
### 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 832
|
Basic 4x4 Sudoku 832
|
Normal 4x4 sudoku rules apply
|
. . . 4
. 2 . .
. 1 4 .
. . . 3
|
1 3 2 4
4 2 3 1
3 1 4 2
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_833
|
......3..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 833
|
Basic 4x4 Sudoku 833
|
Normal 4x4 sudoku rules apply
|
. . . .
. . 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_834
|
.34.2......1....
|
1342241342313124
|
### 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 834
|
Basic 4x4 Sudoku 834
|
Normal 4x4 sudoku rules apply
|
. 3 4 .
2 . . .
. . . 1
. . . .
|
1 3 4 2
2 4 1 3
4 2 3 1
3 1 2 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_835
|
..34.........413
|
1234432131422413
|
### 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 835
|
Basic 4x4 Sudoku 835
|
Normal 4x4 sudoku rules apply
|
. . 3 4
. . . .
. . . .
. 4 1 3
|
1 2 3 4
4 3 2 1
3 1 4 2
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_836
|
2...4.3....4....
|
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 836
|
Basic 4x4 Sudoku 836
|
Normal 4x4 sudoku rules apply
|
2 . . .
4 . 3 .
. . . 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_837
|
.....1.4..4..23.
|
2413312413424231
|
### 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 837
|
Basic 4x4 Sudoku 837
|
Normal 4x4 sudoku rules apply
|
. . . .
. 1 . 4
. . 4 .
. 2 3 .
|
2 4 1 3
3 1 2 4
1 3 4 2
4 2 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_838
|
4..1.1....4....2
|
4321213412433412
|
### 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 838
|
Basic 4x4 Sudoku 838
|
Normal 4x4 sudoku rules apply
|
4 . . 1
. 1 . .
. . 4 .
. . . 2
|
4 3 2 1
2 1 3 4
1 2 4 3
3 4 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_839
|
3.14...3....143.
|
3214412323411432
|
### 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 839
|
Basic 4x4 Sudoku 839
|
Normal 4x4 sudoku rules apply
|
3 . 1 4
. . . 3
. . . .
1 4 3 .
|
3 2 1 4
4 1 2 3
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_840
|
..1..13.1..32...
|
3214413214232341
|
### 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 840
|
Basic 4x4 Sudoku 840
|
Normal 4x4 sudoku rules apply
|
. . 1 .
. 1 3 .
1 . . 3
2 . . .
|
3 2 1 4
4 1 3 2
1 4 2 3
2 3 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_841
|
43.11..4...334..
|
4321123421433412
|
### 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 841
|
Basic 4x4 Sudoku 841
|
Normal 4x4 sudoku rules apply
|
4 3 . 1
1 . . 4
. . . 3
3 4 . .
|
4 3 2 1
1 2 3 4
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_842
|
.34...31.214.1..
|
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 842
|
Basic 4x4 Sudoku 842
|
Normal 4x4 sudoku rules apply
|
. 3 4 .
. . 3 1
. 2 1 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_843
|
..13..24.3..14..
|
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 843
|
Basic 4x4 Sudoku 843
|
Normal 4x4 sudoku rules apply
|
. . 1 3
. . 2 4
. 3 . .
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_844
|
213........3341.
|
2134432112433412
|
### 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 844
|
Basic 4x4 Sudoku 844
|
Normal 4x4 sudoku rules apply
|
2 1 3 .
. . . .
. . . 3
3 4 1 .
|
2 1 3 4
4 3 2 1
1 2 4 3
3 4 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_845
|
3..21....12323..
|
3412123441232341
|
### 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 845
|
Basic 4x4 Sudoku 845
|
Normal 4x4 sudoku rules apply
|
3 . . 2
1 . . .
. 1 2 3
2 3 . .
|
3 4 1 2
1 2 3 4
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_846
|
1..2..1.412.2...
|
1432321441232341
|
### 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 846
|
Basic 4x4 Sudoku 846
|
Normal 4x4 sudoku rules apply
|
1 . . 2
. . 1 .
4 1 2 .
2 . . .
|
1 4 3 2
3 2 1 4
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_847
|
..433..1.31..23.
|
2143342143121234
|
### 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 847
|
Basic 4x4 Sudoku 847
|
Normal 4x4 sudoku rules apply
|
. . 4 3
3 . . 1
. 3 1 .
. 2 3 .
|
2 1 4 3
3 4 2 1
4 3 1 2
1 2 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_848
|
124....1....4.3.
|
1243342123144132
|
### 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 848
|
Basic 4x4 Sudoku 848
|
Normal 4x4 sudoku rules apply
|
1 2 4 .
. . . 1
. . . .
4 . 3 .
|
1 2 4 3
3 4 2 1
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_849
|
...2124.....3.21
|
4312124321343421
|
### 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 849
|
Basic 4x4 Sudoku 849
|
Normal 4x4 sudoku rules apply
|
. . . 2
1 2 4 .
. . . .
3 . 2 1
|
4 3 1 2
1 2 4 3
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_850
|
3142....1....43.
|
3142421313242431
|
### 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 850
|
Basic 4x4 Sudoku 850
|
Normal 4x4 sudoku rules apply
|
3 1 4 2
. . . .
1 . . .
. 4 3 .
|
3 1 4 2
4 2 1 3
1 3 2 4
2 4 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_851
|
......1..3.2.2..
|
3124241313424231
|
### 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 851
|
Basic 4x4 Sudoku 851
|
Normal 4x4 sudoku rules apply
|
. . . .
. . 1 .
. 3 . 2
. 2 . .
|
3 1 2 4
2 4 1 3
1 3 4 2
4 2 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_852
|
.2.313....4.2...
|
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 852
|
Basic 4x4 Sudoku 852
|
Normal 4x4 sudoku rules apply
|
. 2 . 3
1 3 . .
. . 4 .
2 . . .
|
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_853
|
21.4.41.1.4....1
|
2134341212434321
|
### 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 853
|
Basic 4x4 Sudoku 853
|
Normal 4x4 sudoku rules apply
|
2 1 . 4
. 4 1 .
1 . 4 .
. . . 1
|
2 1 3 4
3 4 1 2
1 2 4 3
4 3 2 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_854
|
.2.3....14...3..
|
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 854
|
Basic 4x4 Sudoku 854
|
Normal 4x4 sudoku rules apply
|
. 2 . 3
. . . .
1 4 . .
. 3 . .
|
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_855
|
.2..4......12..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 855
|
Basic 4x4 Sudoku 855
|
Normal 4x4 sudoku rules apply
|
. 2 . .
4 . . .
. . . 1
2 . . 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_856
|
43........3..2..
|
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 856
|
Basic 4x4 Sudoku 856
|
Normal 4x4 sudoku rules apply
|
4 3 . .
. . . .
. . 3 .
. 2 . .
|
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_857
|
..31..4.....3.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 857
|
Basic 4x4 Sudoku 857
|
Normal 4x4 sudoku rules apply
|
. . 3 1
. . 4 .
. . . .
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_858
|
3....1..134..2.3
|
3421213413424213
|
### 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 858
|
Basic 4x4 Sudoku 858
|
Normal 4x4 sudoku rules apply
|
3 . . .
. 1 . .
1 3 4 .
. 2 . 3
|
3 4 2 1
2 1 3 4
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_859
|
432.........1..4
|
4321214334121234
|
### 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 859
|
Basic 4x4 Sudoku 859
|
Normal 4x4 sudoku rules apply
|
4 3 2 .
. . . .
. . . .
1 . . 4
|
4 3 2 1
2 1 4 3
3 4 1 2
1 2 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_860
|
....43........13
|
1234432131422413
|
### 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 860
|
Basic 4x4 Sudoku 860
|
Normal 4x4 sudoku rules apply
|
. . . .
4 3 . .
. . . .
. . 1 3
|
1 2 3 4
4 3 2 1
3 1 4 2
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_861
|
..232.4.3.12.2..
|
4123234134121234
|
### 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 861
|
Basic 4x4 Sudoku 861
|
Normal 4x4 sudoku rules apply
|
. . 2 3
2 . 4 .
3 . 1 2
. 2 . .
|
4 1 2 3
2 3 4 1
3 4 1 2
1 2 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_862
|
.2.....4..1.3...
|
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 862
|
Basic 4x4 Sudoku 862
|
Normal 4x4 sudoku rules apply
|
. 2 . .
. . . 4
. . 1 .
3 . . .
|
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_863
|
41.2..1.1.2..3..
|
4132321414232341
|
### 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 863
|
Basic 4x4 Sudoku 863
|
Normal 4x4 sudoku rules apply
|
4 1 . 2
. . 1 .
1 . 2 .
. 3 . .
|
4 1 3 2
3 2 1 4
1 4 2 3
2 3 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_864
|
.1..23.....3..4.
|
4132231414233241
|
### 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 864
|
Basic 4x4 Sudoku 864
|
Normal 4x4 sudoku rules apply
|
. 1 . .
2 3 . .
. . . 3
. . 4 .
|
4 1 3 2
2 3 1 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_865
|
.41.2......11.34
|
3412214343211234
|
### 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 865
|
Basic 4x4 Sudoku 865
|
Normal 4x4 sudoku rules apply
|
. 4 1 .
2 . . .
. . . 1
1 . 3 4
|
3 4 1 2
2 1 4 3
4 3 2 1
1 2 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_866
|
2.....2.1.....3.
|
2413312413424231
|
### 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 866
|
Basic 4x4 Sudoku 866
|
Normal 4x4 sudoku rules apply
|
2 . . .
. . 2 .
1 . . .
. . 3 .
|
2 4 1 3
3 1 2 4
1 3 4 2
4 2 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_867
|
.3....2.1.3..4..
|
2341412312343412
|
### 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 867
|
Basic 4x4 Sudoku 867
|
Normal 4x4 sudoku rules apply
|
. 3 . .
. . 2 .
1 . 3 .
. 4 . .
|
2 3 4 1
4 1 2 3
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_868
|
....2..4..4.43.1
|
3412213412434321
|
### 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 868
|
Basic 4x4 Sudoku 868
|
Normal 4x4 sudoku rules apply
|
. . . .
2 . . 4
. . 4 .
4 3 . 1
|
3 4 1 2
2 1 3 4
1 2 4 3
4 3 2 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_869
|
...32.1.....4..1
|
1423231431424231
|
### 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 869
|
Basic 4x4 Sudoku 869
|
Normal 4x4 sudoku rules apply
|
. . . 3
2 . 1 .
. . . .
4 . . 1
|
1 4 2 3
2 3 1 4
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_870
|
..43.....4.2123.
|
2143432134121234
|
### 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 870
|
Basic 4x4 Sudoku 870
|
Normal 4x4 sudoku rules apply
|
. . 4 3
. . . .
. 4 . 2
1 2 3 .
|
2 1 4 3
4 3 2 1
3 4 1 2
1 2 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_871
|
.31....3.4.121..
|
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 871
|
Basic 4x4 Sudoku 871
|
Normal 4x4 sudoku rules apply
|
. 3 1 .
. . . 3
. 4 . 1
2 1 . .
|
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_872
|
.2..312....2.3..
|
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 872
|
Basic 4x4 Sudoku 872
|
Normal 4x4 sudoku rules apply
|
. 2 . .
3 1 2 .
. . . 2
. 3 . .
|
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_873
|
1..3.31.3......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 873
|
Basic 4x4 Sudoku 873
|
Normal 4x4 sudoku rules apply
|
1 . . 3
. 3 1 .
3 . . .
. . . 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_874
|
.1.34....2.43..1
|
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 874
|
Basic 4x4 Sudoku 874
|
Normal 4x4 sudoku rules apply
|
. 1 . 3
4 . . .
. 2 . 4
3 . . 1
|
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_875
|
...1.2.3..34.4..
|
4321124321343412
|
### 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 875
|
Basic 4x4 Sudoku 875
|
Normal 4x4 sudoku rules apply
|
. . . 1
. 2 . 3
. . 3 4
. 4 . .
|
4 3 2 1
1 2 4 3
2 1 3 4
3 4 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_876
|
......421.3.....
|
2413314212344321
|
### 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 876
|
Basic 4x4 Sudoku 876
|
Normal 4x4 sudoku rules apply
|
. . . .
. . 4 2
1 . 3 .
. . . .
|
2 4 1 3
3 1 4 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_877
|
.1..4.....4...31
|
3124421313422431
|
### 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 877
|
Basic 4x4 Sudoku 877
|
Normal 4x4 sudoku rules apply
|
. 1 . .
4 . . .
. . 4 .
. . 3 1
|
3 1 2 4
4 2 1 3
1 3 4 2
2 4 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_878
|
13......3.....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 878
|
Basic 4x4 Sudoku 878
|
Normal 4x4 sudoku rules apply
|
1 3 . .
. . . .
3 . . .
. . 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_879
|
132....1214..4..
|
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 879
|
Basic 4x4 Sudoku 879
|
Normal 4x4 sudoku rules apply
|
1 3 2 .
. . . 1
2 1 4 .
. 4 . .
|
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_880
|
3.4....21.2.2..4
|
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 880
|
Basic 4x4 Sudoku 880
|
Normal 4x4 sudoku rules apply
|
3 . 4 .
. . . 2
1 . 2 .
2 . . 4
|
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_881
|
.4....2.......41
|
2413132441323241
|
### 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 881
|
Basic 4x4 Sudoku 881
|
Normal 4x4 sudoku rules apply
|
. 4 . .
. . 2 .
. . . .
. . 4 1
|
2 4 1 3
1 3 2 4
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_882
|
4.23..4..21..4..
|
4123234132141432
|
### 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 882
|
Basic 4x4 Sudoku 882
|
Normal 4x4 sudoku rules apply
|
4 . 2 3
. . 4 .
. 2 1 .
. 4 . .
|
4 1 2 3
2 3 4 1
3 2 1 4
1 4 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_883
|
...3.1.....4..2.
|
2413314212344321
|
### 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 883
|
Basic 4x4 Sudoku 883
|
Normal 4x4 sudoku rules apply
|
. . . 3
. 1 . .
. . . 4
. . 2 .
|
2 4 1 3
3 1 4 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_884
|
1..23.1.4....3..
|
1432321441232341
|
### 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 884
|
Basic 4x4 Sudoku 884
|
Normal 4x4 sudoku rules apply
|
1 . . 2
3 . 1 .
4 . . .
. 3 . .
|
1 4 3 2
3 2 1 4
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_885
|
4..1.3.2.4....24
|
4231134224133124
|
### 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 885
|
Basic 4x4 Sudoku 885
|
Normal 4x4 sudoku rules apply
|
4 . . 1
. 3 . 2
. 4 . .
. . 2 4
|
4 2 3 1
1 3 4 2
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_886
|
..14...22....1.3
|
3214143223414123
|
### 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 886
|
Basic 4x4 Sudoku 886
|
Normal 4x4 sudoku rules apply
|
. . 1 4
. . . 2
2 . . .
. 1 . 3
|
3 2 1 4
1 4 3 2
2 3 4 1
4 1 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_887
|
...4.213.3.2.4.1
|
3124421313422431
|
### 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 887
|
Basic 4x4 Sudoku 887
|
Normal 4x4 sudoku rules apply
|
. . . 4
. 2 1 3
. 3 . 2
. 4 . 1
|
3 1 2 4
4 2 1 3
1 3 4 2
2 4 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_888
|
..4.4..33...12..
|
2341412334121234
|
### 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 888
|
Basic 4x4 Sudoku 888
|
Normal 4x4 sudoku rules apply
|
. . 4 .
4 . . 3
3 . . .
1 2 . .
|
2 3 4 1
4 1 2 3
3 4 1 2
1 2 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_889
|
.21.4..3..3.134.
|
3214412324311342
|
### 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 889
|
Basic 4x4 Sudoku 889
|
Normal 4x4 sudoku rules apply
|
. 2 1 .
4 . . 3
. . 3 .
1 3 4 .
|
3 2 1 4
4 1 2 3
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_890
|
3..1..4.2...4.1.
|
3421124321344312
|
### 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 890
|
Basic 4x4 Sudoku 890
|
Normal 4x4 sudoku rules apply
|
3 . . 1
. . 4 .
2 . . .
4 . 1 .
|
3 4 2 1
1 2 4 3
2 1 3 4
4 3 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_891
|
41.......412....
|
4123234134121234
|
### 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 891
|
Basic 4x4 Sudoku 891
|
Normal 4x4 sudoku rules apply
|
4 1 . .
. . . .
. 4 1 2
. . . .
|
4 1 2 3
2 3 4 1
3 4 1 2
1 2 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_892
|
31...2.....323..
|
3142423114232314
|
### 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 892
|
Basic 4x4 Sudoku 892
|
Normal 4x4 sudoku rules apply
|
3 1 . .
. 2 . .
. . . 3
2 3 . .
|
3 1 4 2
4 2 3 1
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_893
|
1.4..4.2......2.
|
1243341221344321
|
### 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 893
|
Basic 4x4 Sudoku 893
|
Normal 4x4 sudoku rules apply
|
1 . 4 .
. 4 . 2
. . . .
. . 2 .
|
1 2 4 3
3 4 1 2
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_894
|
......24.1.2.431
|
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 894
|
Basic 4x4 Sudoku 894
|
Normal 4x4 sudoku rules apply
|
. . . .
. . 2 4
. 1 . 2
. 4 3 1
|
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_895
|
...4..1..3.....2
|
3124421323411432
|
### 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 895
|
Basic 4x4 Sudoku 895
|
Normal 4x4 sudoku rules apply
|
. . . 4
. . 1 .
. 3 . .
. . . 2
|
3 1 2 4
4 2 1 3
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_896
|
...3.1..4.....2.
|
2413314242311324
|
### 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 896
|
Basic 4x4 Sudoku 896
|
Normal 4x4 sudoku rules apply
|
. . . 3
. 1 . .
4 . . .
. . 2 .
|
2 4 1 3
3 1 4 2
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_897
|
1..2.21..1....3.
|
1342421331242431
|
### 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 897
|
Basic 4x4 Sudoku 897
|
Normal 4x4 sudoku rules apply
|
1 . . 2
. 2 1 .
. 1 . .
. . 3 .
|
1 3 4 2
4 2 1 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_898
|
..3...1234..12..
|
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 898
|
Basic 4x4 Sudoku 898
|
Normal 4x4 sudoku rules apply
|
. . 3 .
. . 1 2
3 4 . .
1 2 . .
|
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_899
|
.4....3.2..1.12.
|
3412123423414123
|
### 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 899
|
Basic 4x4 Sudoku 899
|
Normal 4x4 sudoku rules apply
|
. 4 . .
. . 3 .
2 . . 1
. 1 2 .
|
3 4 1 2
1 2 3 4
2 3 4 1
4 1 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.