Skip to content

Commit eb6ac74

Browse files
committed
TIL update
1 parent 3009f84 commit eb6ac74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ What I’m proud of is that I came up with the correct perimeter formula right a
9696

9797
[![amazing trolling from JS](/memes/day_12.png)](https://www.reddit.com/r/adventofcode/comments/1hcyh1x/2024_day_12_when_your_code_is_a_standup_comedian/)
9898

99+
## Day 13
100+
I didn't want to reinvent the wheel, so I just went with `sympy`. Two equations with two unknowns. It was fun to solve the test examples on paper.
101+
102+
[![meme partially about day 13](/memes/day_13.png)](https://xkcd.com/1838/)
103+
99104
## Day 14
100105
In my case, searching for the Easter egg using the smallest safety factor didn’t work (though it turns out it was the *second* smallest result!). However, I listed all the possible cases, and after entering `5000` as an answer, I knew the range I should focus on (which at least halved my search efforts 😅).
101106

0 commit comments

Comments
 (0)