day-23 done but could be optimized to quicken part 2

This commit is contained in:
Dylan Thies
2023-12-27 23:06:48 -05:00
parent 0a95d2fda3
commit 3a27d2bcda
6 changed files with 262 additions and 0 deletions

21
2023/Cargo.lock generated
View File

@@ -230,6 +230,17 @@ dependencies = [
"nom",
]
[[package]]
name = "day-23"
version = "2023.0.0"
dependencies = [
"glam",
"itertools",
"nom",
"nom_locate",
"petgraph",
]
[[package]]
name = "day-3"
version = "2023.0.0"
@@ -733,6 +744,16 @@ dependencies = [
"thiserror",
]
[[package]]
name = "petgraph"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
dependencies = [
"fixedbitset",
"indexmap",
]
[[package]]
name = "pin-project-lite"
version = "0.2.13"