day23 part 2 (with a shortcut that could potentially break some cases)
I'm only using a lower bound on the number of intersections a cube has.
This commit is contained in:
@@ -8,4 +8,5 @@ edition = "2018"
|
||||
regex = "1.1.0"
|
||||
chrono = "0.4.6"
|
||||
itertools = "0.7.11"
|
||||
gcd = "1.1.0"
|
||||
gcd = "1.1.0"
|
||||
lazy_static = "1.2.0"
|
||||
Reference in New Issue
Block a user