Datasets:
curriculum stringclasses 9
values | text stringlengths 279 919 |
|---|---|
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
*********
*.*.*****
**.*****.
********.
*.*****.*
*********
*****.***
.*******.
```
## Output without wrap
```
*.*.....*
.........
.........
........*
........*
.........
.........
*.......*
```
This output is different than the input.
## Output with wrap
``... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
..*...*
..**...
.*.....
..*..*.
*......
.*.....
***...*
.*.*...
.......
```
## Output without wrap
```
..**...
.***...
.*.*...
.*.....
.*.....
..*....
*......
**.....
.......
```
This output is different than the input.
## Output with wrap
```
..**...
.***..... |
StepOneTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
...***.....
......*....
.****..**.*
*......*.*.
...........
```
## Output without wrap
```
.....**....
..***......
.*.*.....*.
.*.*..**.*.
..*........
```
This output is different than the input.
## Output with wrap
```
....***....
*****....**
...*.......
.... |
StepOneTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
....
....
*...
...*
...*
....
```
## Output without wrap
```
....
....
....
....
....
....
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
....
....
....
*..*
....
....
```
This output is different than the input.
... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
***...
**....
*.....
.*....
*.....
.*....
```
## Output without wrap
```
.*....
......
*.....
......
**....
......
```
This output is different than the input.
## Output with wrap
```
.***..
.*....
*....*
.....*
*.*...
..*...
```
This output is different t... |
StepOneTwoSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
...
...
...
.**
**.
```
## Output without wrap
```
...
...
...
***
***
```
The columns are identical.
This output is different than the input.
## Output with wrap
```
...
...
...
.**
**.
```
This output is identical to the input.
Still life.
## Status
The... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
*....**.....
**....*..*..
..........*.
..***.**....
...*....***.
*.*..*...***
*.....*...**
.....**.*.*.
*...*...**.*
*....***.*..
..........*.
.*......*...
.*.....*....
```
## Output without wrap
```
**...**.....
**...**.....
.***.***....
..***..**.*.
.*...****... |
StepOneTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
......**.
...*..***
......*..
.........
```
## Output without wrap
```
.......*.
.....**..
.........
.........
```
This output is different than the input.
## Output with wrap
```
.....**.*
.....**..
.....**..
.....**..
```
This output is different than th... |
StepOneSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
*.*
*.*
...
```
## Output without wrap
```
...
...
...
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
*.*
*.*
...
```
This output is identical to the input.
Still life.
## Status
The outputs are different. |
StepOneTwoSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
.......
.......
.......
.*.....
.*.....
```
## Output without wrap
```
.......
.......
.......
.......
.......
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
.......
.......
.......
.......
.......
```
All cells ar... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
.*....
*.....
**....
.*....
**....
```
## Output without wrap
```
......
**....
**....
..*...
.*....
```
This output is different than the input.
## Output with wrap
```
..*...
*.....
**....
..*...
*.*...
```
This output is different than the input.
## St... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
***.*..****.
*.***..****.
*****.***...
*****.*.*..*
***..**....*
***.*.*.****
***.**..****
*..**..**.**
****.**.**.*
.***..*.*.*.
*...********
.**..*******
*******.*.**
```
## Output without wrap
```
*.*.*..*..*.
..........*.
......*...*.
........*...
......*.*... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
**.
...
...
.*.
```
## Output without wrap
```
...
...
...
...
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
***
...
...
***
```
The columns are identical.
This output is different than the input.
## Status
The ... |
StepOneSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
.....
.....
.....
**..*
**...
.....
```
## Output without wrap
```
.....
.....
.....
**...
**...
.....
```
This output is different than the input.
## Output with wrap
```
.....
.....
*....
.*..*
.*..*
.....
```
This output is different than the input.
## ... |
StepOneSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
...
***
..*
***
...
...
```
## Output without wrap
```
.*.
.**
...
.**
.*.
...
```
This output is different than the input.
## Output with wrap
```
***
***
...
***
***
...
```
The columns are identical.
This output is different than the input.
## Status
T... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
*......**
..***..**
........*
*...****.
*...***.*
...*.*...
*..**..**
```
## Output without wrap
```
...*...**
...*.....
........*
....*...*
...*.....
...*....*
...**....
```
This output is different than the input.
## Output with wrap
```
.**...*..
...*....... |
StepTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
...
...
***
..*
.*.
***
***
*..
***
...
```
## Output without wrap
```
...
.**
*.*
*.*
.*.
...
...
.*.
**.
**.
```
This output is different than the input.
## Output with wrap
```
...
...
...
***
...
...
...
***
...
...
```
The columns are identical.
This ... |
StepOneTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
.*.**..**.*
.***.******
*.***..****
..******.**
.**.*******
****.*.****
*.*****.**.
```
## Output without wrap
```
....**.....
.....*.....
...........
...........
...........
**.........
...........
```
This output is different than the input.
## Output with... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
...
***
***
***
***
...
...
*..
```
## Output without wrap
```
.*.
*.*
...
...
*.*
.*.
...
...
```
This output is different than the input.
## Output with wrap
```
...
...
...
...
...
***
...
...
```
The columns are identical.
This output is different than ... |
StepOneTwoSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
..*.*.*.
..***.*.
.*....*.
.***..*.
```
## Output without wrap
```
..*.*...
.**.*.**
.*..*.**
.**.....
```
This output is different than the input.
## Output with wrap
```
....*.**
.**.*.**
.*..*.**
.*.*..**
```
This output is different than the input.
## ... |
StepOneTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
**...*....
**..*..***
....*..**.
**..*....*
**...**...
```
## Output without wrap
```
**......*.
**..****.*
...***.*..
**..*.***.
**...*....
```
This output is different than the input.
## Output with wrap
```
..*.**.**.
.*..****..
...***.*..
.*..*.****
..*.... |
StepOneSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
****
*.*.
****
....
*..*
..*.
```
## Output without wrap
```
*.**
....
*.**
*..*
....
....
```
This output is different than the input.
## Output with wrap
```
*...
....
*.*.
....
...*
....
```
This output is different than the input.
## Status
The output... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
...
...
..*
...
...
...
***
...
...
...
***
***
...
```
## Output without wrap
```
...
...
...
...
...
.*.
.*.
.*.
...
.*.
*.*
*.*
.*.
```
This output is different than the input.
## Output with wrap
```
...
...
...
...
...
***
***
***
...
***
...
...
***
``... |
StepOneTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
**.*.****
*********
*********
*******..
.******.*
*********
*.***.**.
*.*******
```
## Output without wrap
```
.........
.........
.........
.......**
.......**
.........
.*.......
.........
```
This output is different than the input.
## Output with wrap
`... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
......
*..**.
*....*
.****.
..*...
```
## Output without wrap
```
......
......
.**..*
*..**.
.*....
```
This output is different than the input.
## Output with wrap
```
.***..
.....*
..*...
...***
.....*
```
This output is different than the input.
## St... |
StepTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
.*.**.*..
.*.**.*..
.*.**.*..
```
The rows are identical.
## Output without wrap
```
.........
..*..*...
.........
```
This output is different than the input.
## Output with wrap
```
..*..*...
..*..*...
..*..*...
```
The rows are identical.
This output is... |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
.*.*
..*.
*.**
*.*.
...*
....
```
## Output without wrap
```
....
..**
..**
..**
....
....
```
This output is different than the input.
## Output with wrap
```
.*.*
.*.*
....
*.*.
*.*.
.**.
```
This output is different than the input.
## Status
The outpu... |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
....
....
....
....
**..
..**
....
...*
..**
****
....
....
```
## Output without wrap
```
....
....
....
....
.**.
....
....
..**
...*
.*..
.**.
....
```
This output is different than the input.
## Output with wrap
```
....
....
....
****
....
....
....
..... |
StepOneTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
*.*.**..*.*
.*****..*.*
.*.*.*..*.*
**....*.***
*.*.**..*.*
.*.**....**
*.*.*****..
*.***..*...
***.*.**.**
..*.*...*.*
..*...**.**
****..*.**.
**..*.*..**
*.***.****.
```
## Output without wrap
```
..*..*.....
*.....***.*
...*.**.*.*
*..*..*.*.*
*.*.**.**..
*.... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
*.....
......
......
..*...
......
......
......
**....
*.*...
```
## Output without wrap
```
......
......
......
......
......
......
......
**....
*.....
```
This output is different than the input.
## Output with wrap
```
.*....
......
......
......
....... |
StepTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
..*.*..
...*...
.....**
...***.
....***
....*..
.......
```
## Output without wrap
```
...*...
..**.**
..**.**
....***
.......
.......
.......
```
This output is different than the input.
## Output with wrap
```
..**...
..**.**
..**.**
....***
.......
........ |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
.***..**.**.
.*.........*
.*.**.******
***.***..**.
.*..*.**..*.
**........**
.*...******.
```
## Output without wrap
```
***.........
**..****..**
**.**.**....
........*...
*.**........
*.**.*...*.*
*.*....*****
```
This output is different than the input.
... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
**.*.****.**..
******.*.*.*..
.*.**...***.**
*...********..
******.******.
**.****.....**
```
## Output without wrap
```
*..*.*.*****..
..............
............*.
*............*
.............*
*.....*****.**
```
This output is different than the input.
## ... |
StepOneTwoSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
*..*
*..*
*..*
.**.
**.*
**.*
```
## Output without wrap
```
....
****
*..*
...*
...*
**..
```
This output is different than the input.
## Output with wrap
```
....
.**.
....
....
....
....
```
This output is different than the input.
## Status
The output... |
StepOneSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
...*.
...**
..*.*
..***
```
## Output without wrap
```
...**
..*.*
..*..
..*.*
```
This output is different than the input.
## Output with wrap
```
.....
..*.*
*.*..
..*.*
```
This output is different than the input.
## Status
The outputs are different. |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
.......
..*....
..***..
...*...
...***.
.......
```
## Output without wrap
```
.......
..*....
..*.*..
.....*.
...**..
....*..
```
This output is different than the input.
## Output with wrap
```
.......
..*....
..*.*..
.....*.
...**..
....*..
```
This outp... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.**......
.**......
.........
```
## Output without wrap
```
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
*..*..
*....*
*.****
..*...
.....*
...*..
```
## Output without wrap
```
......
.**..*
.....*
.**..*
......
......
```
This output is different than the input.
## Output with wrap
```
...***
*.*...
*....*
*.*..*
.*....
....*.
```
This output is different t... |
StepOneTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
**.*..**.
****.*...
..****..*
*..*.*.**
.****..**
.****..**
...*.****
.*.******
******...
```
## Output without wrap
```
....***..
**...*.**
....**.**
....**...
.........
**.......
.**......
..*......
**.......
```
This output is different than the input.
##... |
StepTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
*.**
.*.*
*.*.
.**.
**.*
*.**
**..
*.*.
..**
**..
```
## Output without wrap
```
.***
*..*
..**
..**
..**
..**
.*.*
*...
*...
.***
```
This output is different than the input.
## Output with wrap
```
....
....
....
....
....
....
....
.*.*
.*.*
....
```
Th... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
..*..
...*.
**.**
*..*.
..*..
....*
```
## Output without wrap
```
.....
**.**
**...
**...
...**
.....
```
This output is different than the input.
## Output with wrap
```
...*.
**.*.
...*.
**.*.
..**.
..**.
```
This output is different than the input.
##... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
.***
...*
....
....
.**.
```
## Output without wrap
```
..**
..**
....
....
....
```
This output is different than the input.
## Output with wrap
```
.*..
*.**
....
*...
.*.*
```
This output is different than the input.
## Status
The outputs are differen... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
.***....*
****.****
**...*.*.
.**...***
**.*.**.*
..*..**..
*...****.
..*.*..*.
****..**.
...**.**.
```
## Output without wrap
```
*..**.*.*
...*.*..*
...***...
....*...*
*..**...*
*.**.....
.*..*..*.
*.*.*...*
.*......*
.*.*****.
```
This output is different ... |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
**..*******.**
.**......*.**.
*.*.......*..*
..**.........*
.*...***...***
*....*.*.*.**.
........*.*...
.**....**.*...
.*....*****..*
*....*.**.***.
*...**.*****..
```
## Output without wrap
```
.*****..**....
..****.......*
....**.*..**..
.*******.*...*
.**.... |
StepOneSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
..*..
..*..
*....
```
## Output without wrap
```
.....
.*...
.....
```
Only one cell is alive.
This output is different than the input.
## Output with wrap
```
.*...
.*...
.*...
```
The rows are identical.
This output is different than the input.
## Status... |
StepOneSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
..**..
..*...
...*..
```
## Output without wrap
```
..**..
..*...
......
```
This output is different than the input.
## Output with wrap
```
..**..
..*...
...*..
```
This output is identical to the input.
Still life.
## Status
The outputs are different. |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
..*.*..
...***.
.......
*......
.......
.......
..**...
.*..*..
....*..
.**.*..
```
## Output without wrap
```
....**.
...***.
....*..
.......
.......
.......
..**...
..*.*..
.**.**.
...*...
```
This output is different than the input.
## Output with wrap
``... |
StepOneTwoSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
...*
*...
..**
*...
.*.*
...*
***.
**.*
```
## Output without wrap
```
....
..**
.*..
.*.*
..*.
*..*
*..*
*...
```
This output is different than the input.
## Output with wrap
```
.***
*.*.
**.*
**..
..**
...*
....
....
```
This output is different than the... |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
**.*
..**
***.
...*
*..*
***.
**.*
*.*.
**.*
.**.
***.
.*.*
```
## Output without wrap
```
..*.
....
..*.
***.
..**
..**
..**
..**
..**
..**
***.
**..
```
This output is different than the input.
## Output with wrap
```
....
**..
....
....
....
....
....
..... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
...****
*....*.
*...*..
*...*..
*.....*
```
## Output without wrap
```
....***
...*..*
**..**.
**...*.
.......
```
This output is different than the input.
## Output with wrap
```
....*..
*..*...
**..**.
**...*.
*..*...
```
This output is different than the... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
.*..*...*...
..*.......*.
...........*
......*.....
...*****....
.....*..*...
```
## Output without wrap
```
............
............
............
....*.**....
....*..*....
.....*.*....
```
This output is different than the input.
## Output with wrap
```
..... |
StepTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
.**.*.***
....*..*.
*****...*
*..*.**.*
*...**.*.
**.*.*.**
*.*.*.*..
```
## Output without wrap
```
....****.
*.***...*
*.....*..
*..*.....
*.**....*
*....*.**
..*.*****
```
This output is different than the input.
## Output with wrap
```
**..*..*.
......*... |
StepOneTwoSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
*....*
*....*
.*..*.
.*..*.
```
## Output without wrap
```
......
**..**
**..**
......
```
This output is different than the input.
## Output with wrap
```
.*..*.
.*..*.
.*..*.
.*..*.
```
The rows are identical.
This output is different than the input.
## ... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
*.*.
*...
....
....
*.*.
```
## Output without wrap
```
....
....
....
....
....
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
*...
*...
....
....
....
```
This output is different than the input.
## Status
The... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
....
..*.
..**
....
```
## Output without wrap
```
....
..**
..**
....
```
This output is different than the input.
## Output with wrap
```
....
..**
..**
....
```
This output is different than the input.
## Status
The outputs are identical. |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
..*.*...
.****...
..**....
.**.....
......**
*...*...
*..*....
*.*..*..
```
## Output without wrap
```
.**.*...
.*..*...
....*...
.***....
.*......
........
*..**...
.*......
```
This output is different than the input.
## Output with wrap
```
....**..
.*..*... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
.**
.**
*.*
**.
.**
```
## Output without wrap
```
.*.
*.*
*..
*.*
**.
```
This output is different than the input.
## Output with wrap
```
...
...
...
...
...
```
All cells are empty.
This output is different than the input.
## Status
The outputs are di... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
**..**
******
*.*..*
*.**.*
.**..*
```
## Output without wrap
```
......
......
....*.
*..*.*
.****.
```
This output is different than the input.
## Output with wrap
```
......
......
......
......
......
```
All cells are empty.
This output is different t... |
StepTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
....*.*
*.*...*
*****.*
.**..**
.*.*.*.
..*....
*.**..*
.***.**
*....**
```
## Output without wrap
```
.....*.
.*.**.*
.*.*..*
...*..*
...**.*
.......
...***.
.***...
.*****.
```
This output is different than the input.
## Output with wrap
```
.*.....
...*.... |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
*..
...
...
...
***
```
## Output without wrap
```
...
...
...
...
...
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
*..
...
***
...
...
```
This output is different than the input.
## Status
The outputs are di... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
.**
.**
***
***
**.
***
***
***
***
***
***
**.
```
## Output without wrap
```
.**
...
...
...
...
...
...
...
...
...
...
*.*
```
This output is different than the input.
## Output with wrap
```
...
...
...
...
...
...
...
...
...
...
...
...
```
All cells... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
*..**..
.***.**
.*....*
.**.***
```
## Output without wrap
```
.*.***.
**.*.**
*......
.**..**
```
This output is different than the input.
## Output with wrap
```
.......
.*.*.**
.......
.**.*.*
```
This output is different than the input.
## Status
The ... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
......*...
..........
.*.....*..
......**..
```
## Output without wrap
```
..........
..........
......**..
......**..
```
This output is different than the input.
## Output with wrap
```
......**..
..........
......**..
......**..
```
This output is differ... |
StepOneTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
....**
......
...*..
..****
```
## Output without wrap
```
......
...*..
..*...
..*.*.
```
This output is different than the input.
## Output with wrap
```
....**
...**.
..***.
..***.
```
This output is different than the input.
## Status
The outputs are... |
StepTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
......
..**..
.*....
......
......
......
```
## Output without wrap
```
......
......
......
......
......
......
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
......
......
......
......
......
......
```
All c... |
StepOneTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
...*
....
...*
*.*.
**..
..*.
```
## Output without wrap
```
....
....
....
....
*.*.
.*..
```
This output is different than the input.
## Output with wrap
```
****
....
...*
*.*.
....
*.*.
```
This output is different than the input.
## Status
The outpu... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
......
*..*..
...**.
***..*
...**.
.*..*.
```
## Output without wrap
```
......
...**.
*..**.
.**..*
*..***
...**.
```
This output is different than the input.
## Output with wrap
```
......
...**.
...**.
***..*
...**.
...**.
```
This output is different th... |
StepOneSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
....**
.....*
....*.
```
## Output without wrap
```
....**
.....*
......
```
This output is different than the input.
## Output with wrap
```
....**
.....*
....*.
```
This output is identical to the input.
Still life.
## Status
The outputs are different. |
StepOneTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
...***...***
*.*.*..*.*..
.....***.*.*
..*.....****
*....**...*.
*..**..*..*.
*....*.*...*
```
## Output without wrap
```
...***..***.
.......*.*.*
.*.*.***...*
........*..*
.*.******...
**..*..*..**
....*.*.....
```
This output is different than the input.
#... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
.*...*
*.....
.*....
.....*
*.....
....**
***.*.
...*..
...***
***..*
```
## Output without wrap
```
......
**....
......
......
....**
*..***
.**.**
.*...*
.*.*.*
.***.*
```
This output is different than the input.
## Output with wrap
```
..*..*
**....
*...... |
StepOneTwoSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
**...*
......
......
......
......
```
## Output without wrap
```
......
......
......
......
......
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
*.....
*.....
......
......
*.....
```
This output is different th... |
StepOneTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
.*.
.*.
...
...
***
...
...
...
...
...
```
## Output without wrap
```
...
...
...
...
***
...
...
...
...
...
```
The columns are identical.
This output is different than the input.
## Output with wrap
```
...
...
***
...
...
...
***
...
...
...
```
The c... |
StepOneTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
**.**...
*..*.*..
*****...
*....**.
....*.**
**..**..
.***.*..
```
## Output without wrap
```
*****...
.....*..
*.**..*.
*.*...**
**..*..*
**......
****.*..
```
This output is different than the input.
## Output with wrap
```
*....*..
.....*.*
*.**..*.
*.*..... |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
.*...***..*.**
*......**...**
*....*........
*.*.**..******
..*......*..*.
..*.****.**...
```
## Output without wrap
```
......*.*..*.*
**..*....**..*
**.*..........
...*....***..*
..*....*.....*
......****....
```
This output is different than the input.
##... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
...
**.
...
...
...
.*.
```
## Output without wrap
```
...
...
...
...
...
...
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
***
***
...
...
...
***
```
The columns are identical.
This output is different than th... |
StepOneTwoSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
**.*.
.*...
*....
.....
```
## Output without wrap
```
***..
.**..
.....
.....
```
This output is different than the input.
## Output with wrap
```
***..
.**.*
.....
**..*
```
This output is different than the input.
## Status
The outputs are different. |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
...*
.*..
....
....
..*.
....
```
## Output without wrap
```
....
....
....
....
....
....
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
....
....
....
....
....
....
```
All cells are empty.
This output is diffe... |
StepOneTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
.**...
...**.
***..*
...***
..*...
*....*
```
## Output without wrap
```
..***.
....*.
.**..*
...*.*
...*.*
......
```
This output is different than the input.
## Output with wrap
```
......
......
***...
...***
****..
......
```
This output is different t... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
...
...
*.*
...
...
...
***
*..
...
...
```
## Output without wrap
```
...
...
...
...
...
.*.
**.
*..
...
...
```
This output is different than the input.
## Output with wrap
```
...
...
...
...
...
***
***
*..
...
...
```
This output is different than the... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
....
....
....
*.*.
*.*.
```
## Output without wrap
```
....
....
....
....
....
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
....
....
....
....
....
```
All cells are empty.
This output is different than the i... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
*.*
...
***
*..
...
...
```
## Output without wrap
```
...
*..
*..
**.
...
...
```
This output is different than the input.
## Output with wrap
```
...
***
***
*..
...
...
```
This output is different than the input.
## Status
The outputs are different. |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
.......*.
*..*.....
*.*......
*..**...*
.****..*.
.....*.*.
.......**
..*.*..*.
.....*...
```
## Output without wrap
```
.........
.*.......
*.*.*....
*...*....
.**..****
..***..*.
.......**
......***
.........
```
This output is different than the input.
## ... |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
..........
..........
..........
**........
**.......*
.*.*.....*
..........
..........
..........
..........
..........
*.........
```
## Output without wrap
```
..........
..........
..........
..........
..*.......
.*........
.*........
..........
............ |
StepOneTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
..**.....
*.**.....
.........
.........
```
## Output without wrap
```
.........
.........
.........
.........
.........
.........
.........
.........
.........
... |
StepOneTwoSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
*..*
**..
*...
```
## Output without wrap
```
**..
**..
**..
```
The rows are identical.
This output is different than the input.
## Output with wrap
```
...*
.*..
....
```
This output is different than the input.
## Status
The outputs are different. |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
*..
*.*
*.*
*.*
```
## Output without wrap
```
...
*..
.*.
...
```
This output is different than the input.
## Output with wrap
```
...
...
...
...
```
All cells are empty.
This output is different than the input.
## Status
The outputs are different. |
StepTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
.******
.******
*..****
*******
****.**
```
## Output without wrap
```
.......
**.....
.......
.......
.......
```
This output is different than the input.
## Output with wrap
```
.......
.......
.......
.......
.......
```
All cells are empty.
This output... |
StepOneTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
*..**.
......
......
......
...**.
..****
```
## Output without wrap
```
......
......
......
......
......
......
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
......
......
......
......
......
.***..
```
This ... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
*....*.
....*..
.......
.....*.
..*.*..
.*...*.
.....*.
.......
..***..
*.....*
...*.*.
..**.*.
.......
..**.*.
```
## Output without wrap
```
.......
.......
.......
.......
....**.
....**.
.......
...**..
...*...
..*..*.
..**.**
..**...
.......
.......
```
T... |
StepOneTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
*..**.**
********
..******
*.*****.
**.**.**
.****.**
*.******
*.**.**.
****.**.
.**...**
....****
**...*.*
```
## Output without wrap
```
........
**......
**......
**......
........
........
........
**......
**......
*.......
.*.***..
...***..
```
This out... |
StepOneTwoSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
.**..
*...*
.....
..*..
.....
```
## Output without wrap
```
.*...
.*...
.....
.....
.....
```
This output is different than the input.
## Output with wrap
```
**...
**...
.....
.....
.**..
```
This output is different than the input.
## Status
The output... |
StepTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
**...*
..**.*
..*.*.
...*..
.*..*.
```
## Output without wrap
```
.**.*.
.....*
.*...*
..*.*.
...*..
```
This output is different than the input.
## Output with wrap
```
.*...*
**...*
.*...*
......
.*...*
```
This output is different than the input.
## St... |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
***.
*...
*...
....
*...
.*..
....
....
*..*
```
## Output without wrap
```
**..
**..
....
....
....
....
....
....
....
```
This output is different than the input.
## Output with wrap
```
*.*.
....
....
....
....
....
....
...*
.***
```
This output is di... |
StepOneTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
...
.*.
*..
***
...
.**
```
## Output without wrap
```
...
...
*.*
**.
*..
...
```
This output is different than the input.
## Output with wrap
```
***
...
...
***
...
...
```
The columns are identical.
This output is different than the input.
## Status
T... |
StepOneSizeSmallMedium | # Conway's Game of Life
Perform 1 step.
## Input
```
..*.
..*.
...*
....
....
....
```
## Output without wrap
```
....
..**
....
....
....
....
```
This output is different than the input.
## Output with wrap
```
....
..**
....
....
....
....
```
This output is different than the input.
## Status
The output... |
StepOneTwoSizeSmall | # Conway's Game of Life
Perform 2 steps.
## Input
```
.*....
.*....
......
.*....
```
## Output without wrap
```
......
......
......
......
```
All cells are empty.
This output is different than the input.
## Output with wrap
```
.*....
.*....
......
.*....
```
This output is identical to the input.
## Stat... |
StepTwoSizeSmallMediumBig | # Conway's Game of Life
Perform 2 steps.
## Input
```
****.***.
******..*
.********
*..******
*....***.
***.*.***
*********
.***.*.*.
*..***.**
.****.***
```
## Output without wrap
```
......**.
......**.
.........
.*.......
.*.......
.........
.........
.........
.*.......
.*.......
```
This output is different... |
StepOneSizeSmallMediumBig | # Conway's Game of Life
Perform 1 step.
## Input
```
*...*.*....
**...**.*.*
.**.*.*.*.*
....***.***
**..*.**..*
*.*.*...**.
*.*.**..***
..*.*.*..*.
**.**.**..*
```
## Output without wrap
```
**....**...
*.***.*....
*****...*.*
*.*.*...*.*
**..*.*...*
*.*.*.*....
..*.*..*..*
*.*...*....
.****.**...
```
This outp... |
StepTwoSizeSmallMedium | # Conway's Game of Life
Perform 2 steps.
## Input
```
**...**.*
**...**..
.........
..*......
.........
.....*...
....*....
.........
*.......*
```
## Output without wrap
```
**...*.*.
..*..*.*.
**....*..
.........
.........
.........
.........
.........
.........
```
This output is different than the input.
##... |
StepOneSizeSmall | # Conway's Game of Life
Perform 1 step.
## Input
```
**.*
..**
....
..**
*..*
*.*.
```
## Output without wrap
```
.*.*
.***
....
..**
...*
.*..
```
This output is different than the input.
## Output with wrap
```
....
.***
....
*.**
*...
..*.
```
This output is different than the input.
## Status
The output... |
End of preview. Expand in Data Studio
Dataset with Conways Game of Life
This dataset contains 42300 items in total. There are 9 curriculums each containing 4700 items.
The images are between 3x3 and 14x14.
Each item in this dataset is a markdown file.
The markdown file has these sections: Input, Output without wrap, Output with wrap, Status.
Each of the Input images are unique.
The Perform N steps has these variants:
- When it's
Perform 1 stepthen one iteration is performed, easy. - When it's
Perform 2 stepsthen two iterations are performed, hard.
- Downloads last month
- 4