Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -102,16 +102,16 @@ or for hard difficulty use <span style="font-weight: 1000;">{FILL_INSTRUCTION}</
|
|
| 102 |
Replace <span style="font-weight: 1000;">{GRID}</span> with data from the subject respective column in the dataset for example `1_random_cell_easy`:
|
| 103 |
|
| 104 |
```python
|
| 105 |
-
L L L 0 0 0 0 0 0 0
|
| 106 |
-
0 1 0 0 0 0 0 0 0 V
|
| 107 |
-
V 1 1 0 0 0 0 0 0 V
|
| 108 |
-
1 1 1 0 0 0 0 V 0 0
|
| 109 |
-
1 1 1 0 0 0 0 0 V 0
|
| 110 |
-
1 1 1 0 V 0 0 0 0 V
|
| 111 |
-
1 1 1 0 0 0 0 0 0 0
|
| 112 |
-
1 1 1 0 0 0 0 V 0 0
|
| 113 |
-
0 1 0 0 0 0 V 0 0 0
|
| 114 |
-
V S S 0 0 0 0 0 0 0
|
| 115 |
```
|
| 116 |
|
| 117 |
## Evaluation
|
|
|
|
| 102 |
Replace <span style="font-weight: 1000;">{GRID}</span> with data from the subject respective column in the dataset for example `1_random_cell_easy`:
|
| 103 |
|
| 104 |
```python
|
| 105 |
+
L L L 0 0 0 0 0 0 0
|
| 106 |
+
0 1 0 0 0 0 0 0 0 V
|
| 107 |
+
V 1 1 0 0 0 0 0 0 V
|
| 108 |
+
1 1 1 0 0 0 0 V 0 0
|
| 109 |
+
1 1 1 0 0 0 0 0 V 0
|
| 110 |
+
1 1 1 0 V 0 0 0 0 V
|
| 111 |
+
1 1 1 0 0 0 0 0 0 0
|
| 112 |
+
1 1 1 0 0 0 0 V 0 0
|
| 113 |
+
0 1 0 0 0 0 V 0 0 0
|
| 114 |
+
V S S 0 0 0 0 0 0 0
|
| 115 |
```
|
| 116 |
|
| 117 |
## Evaluation
|