Skip to content

Commit 5f4efbc

Browse files
committed
readme
1 parent 569e2bd commit 5f4efbc

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

doc/day11.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Day 11: Dumbo Octopus
22

3+
[[source]](../src/main/kotlin/Day11.kt)
4+
35
We see a grid of Octopuses ahead (denoted by their current energy level).
46
Each gains one per turn and flashes if it's energy is greater than 9.
57
Each flash causes further buildups of one energy in all 8 neighbors, which can trigger more flashes.

doc/day12.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Day 12: Passage Pathing
22

3+
[[source]](../src/main/kotlin/Day12.kt)
4+
35
We need to navigate across a network of big and small caves.
46

57
Given a list of how cave passages connect, find all paths from `start` to `end`,

doc/day13.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
#todo
1+
# Day 13: Transparent Origami
2+
3+
[[source]](../src/main/kotlin/Day13.kt)
4+
5+
//todo

doc/day14.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
#todo
1+
# Day 14: Extended Polymerization
2+
3+
[[source]](../src/main/kotlin/Day14.kt)
4+
5+
//todo

0 commit comments

Comments
 (0)