Solve 2021 day 17

This commit is contained in:
2024-11-24 09:53:34 -05:00
parent bde0a5d622
commit ff3d33a614
2 changed files with 37 additions and 1 deletions

View File

@@ -188,7 +188,8 @@ Solutions and utility script for Advent of Code challenges in Python.
- 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: 50:01 (Way too slow. Was non-trivial but fun. Much better was feasible.)
- Day 17:
- Day 17: 21:59 (Not tricky again but struggling for no reason.)
- Day 18:
## AoC 2022