day3: part 2, add memoize

This commit is contained in:
2025-12-02 21:30:31 -08:00
parent 0ea40260c1
commit 47f7068705
3 changed files with 108 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ grid = {version = "0.1.0", path = "utils/grid"}
indicatif = { version = "0.17.9", features = ["rayon"] }
itertools = "0.13.0"
lazy_static = "1.5.0"
memoize = "0.5.1"
misc = {path = "utils/misc"}
nom = "7.1.3"
rayon = "1.10.0"