Solve 2020 day 15

This commit is contained in:
2024-09-15 12:26:11 -04:00
parent 7986ecfc21
commit db383c7cfa
2 changed files with 24 additions and 1 deletions

View File

@@ -150,7 +150,8 @@ Solutions and utility script for Advent of Code challenges in Python.
- Day 12: 21:52 (just slow again for an easy problem)
- Day 13: 18:00 (I don't really understand the CRT to be honest)
- Day 14: 40:26 (Made a bunch of mistakes even misunderstanding Python)
- Day 15:
- Day 15: 17:57 (Too slow for an easy one like this)
- Day 16:
## AoC 2022