Go to file
Parnic 6de69511e5 Day 16 solution
I spent an inordinately long amount of time on part 2, only to discover a fundamental flaw in my logic. Apparently for my input set, switching to the other person every time the first person had less time remaining meant that some combinations never got tested. The solution in this commit exhausts every option for one person, then every option for the second person (or animal...) which works for my test input. I have a feeling it won't work for all, though.
2022-12-18 23:59:16 -06:00
2022-12-18 23:59:16 -06:00
2022-11-30 17:19:53 -06:00
2022-12-18 23:59:16 -06:00
2022-11-30 17:19:53 -06:00
2022-12-18 23:59:16 -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%