Go to file
Parnic f9a50e8b4e Small improvement to day 24
This is the best I have been able to do so far without making vec2's x/y no longer readonly (and then having to clean up after myself each time I leave this scope, which can happen in 3 places...) and since it's a relatively simple change (doesn't kill the ergonomics too terribly), I'm gonna roll with it for now.

Part 2 110ms -> 75ms. I thought GetOrthogonalNeighbors was as fast as I could make it, but maybe there are better ways to get this same result...
2022-12-24 15:43:33 -06:00
2022-12-24 12:53:56 -06:00
2022-12-24 15:43:33 -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%