day9: still not working but corner-based algorithm

This commit is contained in:
2025-12-09 11:36:10 -08:00
parent 33275b3918
commit 72d7dc1cbb
3 changed files with 657 additions and 35 deletions

View File

@@ -8,9 +8,12 @@ aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"
cached = "0.56.0"
grid = {version = "0.1.0", path = "utils/grid"}
indicatif = { version = "0.18.3", features = ["rayon"] }
itertools = "0.14.0"
misc = {path = "utils/misc"}
rayon = "1.11.0"
regex = "1.11.1"
rstest = "0.26.1"
[profile.release]
lto = true