Solve 2021 day 16

This commit is contained in:
2024-11-23 14:54:02 -05:00
parent 9ac4782157
commit bde0a5d622
2 changed files with 87 additions and 1 deletions

View File

@@ -187,7 +187,8 @@ Solutions and utility script for Advent of Code challenges in Python.
- Day 13: 16:48 (Should have been way faster.)
- Day 14: 25:52 (Not hard but just too slow.)
- Day 15: 19:17 (Not that bad. Multiplying the thing threw me off.)
- Day 16:
- Day 16: 50:01 (Way too slow. Was non-trivial but fun. Much better was feasible.)
- Day 17:
## AoC 2022