Go to file
Parnic 8315f73e0a Day 22 optimization
Cut out tuples to save a large amount of time

This is also more correct/accurate in that it stores the total for all sequences across all buyers rather than requiring the best sequence to be in the first buyer's set.

Finally, it turns out that the float divide/truncate was unnecessary and also costing some time.

In the debugger, part 2 now finishes in around 675ms. Debug config outside the debugger is done in 360ms, and Release in 200ms. Good enough for now, I think.
2024-12-22 10:12:53 -06:00
2024-11-30 23:17:46 -06:00
2024-12-22 10:12:53 -06:00
2024-12-01 11:13:56 -06:00
2024-11-30 23:17:46 -06:00
2024-11-30 23:17:46 -06:00
2024-11-30 23:17:46 -06:00
2024-11-30 23:17:46 -06:00

Advent of Code 2024

My solutions to Advent of Code 2024.

Description
No description provided
Readme 137 KiB
Languages
C# 100%