mirror of
https://github.com/parnic/advent-of-code-2023.git
synced 2025-06-16 08:40:14 -05:00
Day 12
Part 1 was my own, but was far, far too slow for part 2. I couldn't find a way to optimize it and didn't want to get stuck on the day forever, so I cribbed a solution from a Reddit post explaining a much faster way to solve it.
This commit is contained in:
@ -54,6 +54,8 @@
|
||||
<EmbeddedResource Include="inputs\10a.txt" />
|
||||
<EmbeddedResource Include="inputs\11.txt" />
|
||||
<EmbeddedResource Include="inputs\11a.txt" />
|
||||
<EmbeddedResource Include="inputs\12.txt" />
|
||||
<EmbeddedResource Include="inputs\12a.txt" />
|
||||
<EmbeddedResource Include="inputs\13.txt" />
|
||||
<EmbeddedResource Include="inputs\13a.txt" />
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user