mirror of
https://github.com/parnic/advent-of-code-2024.git
synced 2025-06-16 04:20:15 -05:00
409bdf2fd94712a6d5b1830c912ac62dad6dd9d9
Part 1 is pretty ugly, but fast. Part 2 is slower than I'd like (~200ms in Release) so I may revisit, but it's fast enough for now. The slowest part seems to be FindIndex on the gap list.
Advent of Code 2024
My solutions to Advent of Code 2024.
Description
Languages
C#
100%