mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 05:30:14 -05:00
c710a86f452a1978cdbea3e77c997dfea98a6e89
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.
Advent of Code 2022
My solutions to Advent of Code 2022.
Description
Languages
C#
100%