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

@@ -1,4 +1,4 @@
fn main() {
aoc_2018::tasks::day24::task1();
// aoc_2018::tasks::day23::task2();
// aoc_2018::tasks::day24::task1();
aoc_2018::tasks::day23::task2();
}