I...I know there's a way to map all the ranges together to build intersections and make a smart decision about this, but I just...don't really want to do that. This brute force approach finishes in about 55 seconds in Debug and 5 seconds in Release on my PC in a single thread, which...is fine. For now.
This commit is contained in:
2023-12-05 01:29:37 -06:00
parent a1a833f9a1
commit a64c43e2e6
4 changed files with 361 additions and 0 deletions

View File

@ -38,6 +38,8 @@
<EmbeddedResource Include="inputs\03a.txt" />
<EmbeddedResource Include="inputs\04.txt" />
<EmbeddedResource Include="inputs\04a.txt" />
<EmbeddedResource Include="inputs\05.txt" />
<EmbeddedResource Include="inputs\05a.txt" />
</ItemGroup>
<ItemGroup>