Solve 2021 day 12-14

This commit is contained in:
2024-11-23 09:36:43 -05:00
parent e9bd759dba
commit 43767f7b62
4 changed files with 154 additions and 1 deletions

View File

@@ -183,7 +183,10 @@ Solutions and utility script for Advent of Code challenges in Python.
- Day 9: 8:07 (37th okay, okay)
- Day 10: 15:50 (I was pretty happy with that but double the 100th place.)
- Day 11: 11:43 (Could have been much faster here.)
- Day 12:
- Day 12: 19:11 (Okayish, but of course too slow for leaderboard.)
- Day 13: 16:48 (Should have been way faster.)
- Day 14: 25:52 (Not hard but just too slow.)
- Day 15:
## AoC 2022