Solve 2025 day 5

This commit is contained in:
2026-01-11 12:02:40 -05:00
parent df0682e989
commit 867a7ed2df
5 changed files with 89 additions and 2 deletions

View File

@@ -16,6 +16,11 @@ stressful and this will actually be more fun. Thank you Eric Wastl and let's go!
overall but it was fun.
- Day 4: One of the easier grid based puzzles. Less than five minutes with
existing grid library.
- Day 5: A problem with ranges; I decided to implement proper range merging this
time because I always kind of avoid that. I could probably decrease the
complexity from O(n^2) to O(n log(n)) but I am happy that I've implemented
merging at all.
- Day 6:
## AoC 2024