Datasets:
Simon Strandgaard
commited on
Commit
·
09b6c65
1
Parent(s):
9a4e4a4
Explanation
Browse files
README.md
CHANGED
@@ -6,4 +6,18 @@ language:
|
|
6 |
- en
|
7 |
size_categories:
|
8 |
- 10K<n<100K
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- en
|
7 |
size_categories:
|
8 |
- 10K<n<100K
|
9 |
+
---
|
10 |
+
|
11 |
+
# Dataset with Conways Game of Life
|
12 |
+
|
13 |
+
[Wikipedia](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
|
14 |
+
|
15 |
+
The number of cells are between `3x3` and `14x14`.
|
16 |
+
|
17 |
+
Each item in the dataset is a markdown file.
|
18 |
+
|
19 |
+
The markdown file has these sections: `Input`, `Output without wrap`, `Output with wrap`, `Status`.
|
20 |
+
|
21 |
+
The `Perform N steps` has these variants:
|
22 |
+
- When it's `Perform 1 step.` then only 1 iteration is performed.
|
23 |
+
- When it's `Perform 2 steps.`, then 2 iterations have to be performed which is harder.
|