Solve 2021 day 15

This commit is contained in:
2024-11-23 14:00:08 -05:00
parent 43767f7b62
commit 9ac4782157
2 changed files with 85 additions and 1 deletions

View File

@@ -186,7 +186,8 @@ Solutions and utility script for Advent of Code challenges in Python.
- 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:
- Day 15: 19:17 (Not that bad. Multiplying the thing threw me off.)
- Day 16:
## AoC 2022