Skip to content

Commit 8ca7508

Browse files
committed
Add GraphViz lesson learned
1 parent 28b315b commit 8ca7508

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Every day is packaged up to take exactly one command-line argument, the input fi
5151
- Dijkstra, Dijkstra, Dijkstra (day [16](day16), [18](day18), [20](day20))
5252
- The [Lanternfish](https://adventofcode.com/2021/day/6)-style counting trick seems to be useful (day [11](day11), [21](day21))
5353
- See e.g. also [this Reddit post](https://www.reddit.com/r/adventofcode/comments/1hbn15t/2024_day_11_is_this_a/) or [this one](https://www.reddit.com/r/adventofcode/comments/1hk3wwd/2024_day_21_history_repeats_itself/)
54+
- Plot graph-like inputs with GraphViz, you may even find the solution visually (day [23](day23))
5455

5556
## Previous Years
5657

README.md.gyb

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Every day is packaged up to take exactly one command-line argument, the input fi
5656
- Dijkstra, Dijkstra, Dijkstra (${day_links([16, 18, 20])})
5757
- The [Lanternfish](https://adventofcode.com/2021/day/6)-style counting trick seems to be useful (${day_links([11, 21])})
5858
- See e.g. also [this Reddit post](https://www.reddit.com/r/adventofcode/comments/1hbn15t/2024_day_11_is_this_a/) or [this one](https://www.reddit.com/r/adventofcode/comments/1hk3wwd/2024_day_21_history_repeats_itself/)
59+
- Plot graph-like inputs with GraphViz, you may even find the solution visually (${day_links([23])})
5960

6061
## Previous Years
6162

0 commit comments

Comments
 (0)