Go to file
Parnic cc2b166e23 Day 24 optimized
This takes the runtime from 5-6s on part 2 to ~100ms by using a better data structure for lookups than trying to check if the Queue contains an existing state or not.

Now the slowest thing here is the GetNeighbors loop. I feel like that can be improved somehow, but I'm not sure if I can improve it and still retain its ergonomics or not. We shall see!
2022-12-24 14:41:08 -06:00
2022-12-24 12:53:56 -06:00
2022-11-30 17:19:53 -06:00
2022-12-24 14:41:08 -06:00
2022-11-30 17:19:53 -06:00
2022-12-24 12:53:56 -06:00
2022-12-01 23:14:58 -06:00
2022-11-30 17:19:53 -06:00

Advent of Code 2022

My solutions to Advent of Code 2022.

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