Go to file
Parnic c710a86f45 Cut day 14 runtime in half
This is mostly from reusing the same object instead of creating a new one each time we test a new point, but there's also a minor amount of speedup from using HashSet instead of Dictionary. I originally thought I would need to care about why each spot was blocked (wall vs sand) but it turns out that's not important for this problem.
2022-12-14 21:49:18 -06:00
2022-12-14 17:42:23 -06:00
2022-11-30 17:19:53 -06:00
2022-12-14 21:49:18 -06:00
2022-11-30 17:19:53 -06:00
2022-12-14 17:42:23 -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%