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:
Johannes
2019-01-01 18:40:00 +01:00
parent c162fcb6d9
commit 9cbbf63eb1
4 changed files with 242 additions and 81 deletions

View File

@@ -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"