Skip to content

Commit 2434789

Browse files
committed
Added day 10 part 2
1 parent e6341a6 commit 2434789

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
// project meta data
66
group 'de.havox_design.aoc2015'
7-
version '0.9.3'
7+
version '0.9.4'
88

99
// Switch to gradle "all" distribution.
1010
wrapper {

day10/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ For example:
1515
* `111221` becomes `312211` (three `1`s, two `2`s, and one `1`).
1616

1717
Starting with the digits in your puzzle input, apply this process `40` times. What is **the length of the result**?
18+
19+
# Part Two
20+
Neat, right? You might also enjoy hearing
21+
[John Conway talking about this sequence](https://www.youtube.com/watch?v=ea7lJkEhytA) (that's Conway of **Conway's Game
22+
of Life** fame).
23+
24+
Now, starting again with the digits in your puzzle input, apply this process `50` times. What is **the length of the
25+
new result**?

0 commit comments

Comments
 (0)