Simon Strandgaard commited on
Commit
7689222
·
1 Parent(s): 09b6c65

Explanation

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -10,11 +10,13 @@ size_categories:
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
 
 
10
 
11
  # Dataset with Conways Game of Life
12
 
13
+ [Wikipedia - Game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
14
 
15
+ This dataset contains 42300 items in total. There are 9 curriculums each containing 4700 items.
16
 
17
+ The `width x height` is between `3x3` and `14x14`.
18
+
19
+ Each item in this dataset is a markdown file.
20
 
21
  The markdown file has these sections: `Input`, `Output without wrap`, `Output with wrap`, `Status`.
22