Implement 2023 day 24 part 2

This commit is contained in:
2023-12-25 15:00:28 +01:00
parent 5d811a08b6
commit 9b164a4d9d
2 changed files with 83 additions and 2 deletions

View File

@@ -9,7 +9,9 @@ edition = "2021"
aho-corasick = "1.1.2"
anyhow = "1.0.75"
clap = { version = "4.4.8", features = ["derive"] }
linfa-linalg = "0.1.0"
linked-hash-map = "0.5.6"
ndarray = "0.15.6"
nom = "7.1.3"
num-integer = "0.1.45"
rand = "0.8.5"