Do day 3 and 4 for 2025

This commit is contained in:
2025-12-26 20:18:44 -05:00
parent 183f909508
commit e5421854a9
3 changed files with 71 additions and 1 deletions

View File

@@ -12,7 +12,10 @@ stressful and this will actually be more fun. Thank you Eric Wastl and let's go!
ticks naively. Maybe I should revisit this.
- Day 2: The simple direct approach with iterating over all the IDs in the
ranges just worked okay. Not pretty but acceptable.
- Day 3:
- Day 3: Fun dynamic programming problem. Part 2 took me a little too long
overall but it was fun.
- Day 4: One of the easier grid based puzzles. Less than five minutes with
existing grid library.
## AoC 2024