Skip to content

Commit c7f94fd

Browse files
committed
Add Lanternfish lesson
1 parent 22cc2dc commit c7f94fd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Every day is packaged up to take exactly one command-line argument, the input fi
4747
## Lessons Learned
4848

4949
- Dijkstra, Dijkstra, Dijkstra (day [16](day16), [18](day18), [20](day20))
50+
- The [Lanternfish](https://adventofcode.com/2021/day/6)-style counting trick seems to be useful (day [11](day11), [21](day21))
51+
- See e.g. also [this Reddit post](https://www.reddit.com/r/adventofcode/comments/1hbn15t/2024_day_11_is_this_a/)
5052

5153
## Previous Years
5254

README.md.gyb

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Every day is packaged up to take exactly one command-line argument, the input fi
5454
## Lessons Learned
5555

5656
- Dijkstra, Dijkstra, Dijkstra (${day_links([16, 18, 20])})
57+
- The [Lanternfish](https://adventofcode.com/2021/day/6)-style counting trick seems to be useful (${day_links([11, 21])})
58+
- See e.g. also [this Reddit post](https://www.reddit.com/r/adventofcode/comments/1hbn15t/2024_day_11_is_this_a/)
5759

5860
## Previous Years
5961

0 commit comments

Comments
 (0)