Day 7 solution
I'm reasonably happy with this one. I'm sure there's an easier way to determine the smallest distance, at least for part 1, but this works fast enough for me.
This commit is contained in:
@ -2,3 +2,4 @@ aoc2021.Day02.Go();
|
||||
aoc2021.Day03.Go();
|
||||
aoc2021.Day05.Go();
|
||||
aoc2021.Day06.Go();
|
||||
aoc2021.Day07.Go();
|
||||
|
Reference in New Issue
Block a user