Advent of Code 2023 solutions.
.gitignore | ||
d1.py | ||
d2.py | ||
d3.py | ||
d4.py | ||
d5.py | ||
d6.py | ||
d7.py | ||
d8.py | ||
d9.py | ||
d10.py | ||
d11.py | ||
d12.py | ||
dx.py | ||
get.sh | ||
lib.py | ||
LICENSE | ||
README.md |
Times
- Day 1: 40:00 (I don't know what I am doing.)
- Day 2: 14:15 (Okay, but far way from leaderboard.)
- Day 3: 1st 20:00, 2nd 70:00... (I had a logic error that took me a while to find.)
- Day 4: 1st 9:06, 2nd 22:31; it wasn't hard but I didn't think quick enough :/
- Day 5: 1st 25:00, 2nd 1:55:00; Required patience and accuracy
- Day 6: 13:54; I was slow because I thought it is much harder?
- Day 7: 75:00; leaderboard 16:00... that was just bad; no excuse
- Day 8: 25:00; I was doing pretty decent here.
- Day 9: 57:00; my input parse function did not consider negative values...
- Day 10: 180:00; this one was hard for me.
- Day 11: 68:00; okay but not elegant and way too slow ofc; x-ray solution would have been neat
- Day 12: 52:00 and 22:00 for leaderboard; had the right idea and I am good at this type of problem