Go to file
Parnic 411898e9f4 Much better day 3 solution
This moves all the actual handling to the parse function (so that part 2 can run on its own instead of requiring part 1 to fill its data structure for it). Now each part is just operating on the segment of the parsed data that is appropriate to it, and we can much more efficiently handle gears as we come across numbers instead of trying to search for numbers after finding a gear.
2023-12-03 14:29:01 -06:00
2023-12-03 01:12:50 -06:00
2023-11-22 15:06:15 -06:00
2023-12-03 14:29:01 -06:00
2023-11-22 15:06:15 -06:00
2023-12-03 01:12:50 -06:00
2023-11-22 15:06:15 -06:00
2023-11-22 15:06:15 -06:00
2023-11-22 15:06:15 -06:00
2023-11-22 15:06:15 -06:00

Advent of Code 2023

My solutions to Advent of Code 2023.

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