mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 13:40:13 -05:00
Day 13 solution
I am not completely happy with this data structure, but it's functional enough. I wanted to implement comparers and equality overrides for the classes to make part 2 shorter, but it would have come at the cost of a bunch of boilerplate code, so whatever.
This commit is contained in:
@ -60,6 +60,7 @@
|
||||
<EmbeddedResource Include="inputs\12a.txt" />
|
||||
<EmbeddedResource Include="inputs\13.txt" />
|
||||
<None Remove="inputs\14.txt" />
|
||||
<EmbeddedResource Include="inputs\13a.txt" />
|
||||
<EmbeddedResource Include="inputs\14.txt" />
|
||||
<None Remove="inputs\15.txt" />
|
||||
<EmbeddedResource Include="inputs\15.txt" />
|
||||
|
Reference in New Issue
Block a user