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:
@ -26,6 +26,7 @@
|
||||
Q21.Go();
|
||||
Q22.Go();
|
||||
Q23.Go();
|
||||
Q24.Go();
|
||||
Util.Log($"Total time={(System.DateTime.Now - start).TotalMilliseconds}ms");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user