Day 14 initial solution

Part 1 brute force, part 2 solved "correctly" (I think, anyway). This day runs slower than I would expect, given how little part 2 is doing.
This commit is contained in:
2021-12-14 12:01:35 -06:00
parent 43be612236
commit bd6038c837
4 changed files with 216 additions and 1 deletions

View File

@ -57,6 +57,9 @@
<None Update="inputs\13.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="inputs\14.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>