Solve 2020 day 14

This commit is contained in:
2024-09-15 11:46:41 -04:00
parent 6e588bb928
commit 0f7606410c
2 changed files with 79 additions and 1 deletions

View File

@@ -149,7 +149,8 @@ Solutions and utility script for Advent of Code challenges in Python.
- Day 11: 21:05 (hmmm, I rally have to analyze why I am so slow)
- 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:
- Day 14: 40:26 (Made a bunch of mistakes even misunderstanding Python)
- Day 15:
## AoC 2022