Solve 2025 day 5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user