Solve 2018 day 22 and 2019 day 20

This commit is contained in:
2024-09-21 22:49:45 -04:00
parent db383c7cfa
commit 6c3aec3d6e
4 changed files with 251 additions and 4 deletions

View File

@@ -109,7 +109,8 @@ Solutions and utility script for Advent of Code challenges in Python.
- Day 19: days, super fun, but hard for me
- Day 20:
- Day 21: 28:40 (16th - brute force but still not so bad)
- Day 22:
- Day 22: 185:00 (should not have been so slow but was fun)
- Day 23:
## AoC 2019
@@ -131,8 +132,9 @@ Solutions and utility script for Advent of Code challenges in Python.
- Day 16: days (Wow. Just too hard for me to solve quickly?)
- Day 17: days (Fun but too tricky for me to be fast.)
- Day 18: days (Slow and slow algorithm.)
- Day 19: 40:00 (Way too slow! Oversight error. Come on.)
- Day 20:
- Day 19: 40:00 (Way too slow! Oversight error. Come on.)
- Day 20: days (Not actually that hard but I struggled for no reason.)
- Day 21:
## AoC 2020