Day 24. Overall pleased with this solution.

Definitely could use some optimization in not creating so many new maps,
but runtime is acceptable for now.
This commit is contained in:
2020-12-24 00:07:01 -06:00
parent 0397fa2821
commit dea60a46f7
4 changed files with 470 additions and 0 deletions

View File

@ -26,6 +26,7 @@
Q21.Go();
Q22.Go();
Q23.Go();
Q24.Go();
Util.Log($"Total time={(System.DateTime.Now - start).TotalMilliseconds}ms");
}
}