Solve 2019 day 22

This commit is contained in:
2024-10-11 21:21:26 -04:00
parent 3991842ef0
commit df31b47934
2 changed files with 92 additions and 26 deletions

View File

@@ -106,13 +106,13 @@ Solutions and utility script for Advent of Code challenges in Python.
- Day 16: 36:10
- Day 17: 180:00
- Day 18: 24:04
- Day 19: days, super fun, but hard for me
- 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: 185:00 (should not have been so slow but was fun)
- Day 23: days
- Day 24: days
- Day 25:
- Day 25: 29:20 (slow)
## AoC 2019
@@ -137,7 +137,8 @@ Solutions and utility script for Advent of Code challenges in Python.
- 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: days (But it was super fun!)
- Day 22:
- Day 22: days (Needed some help...)
- Day 23:
## AoC 2020