Advent of Code 2023 solutions.
felixm
9485fbae1d
My integer parser did not consider negative values. I have fixed that in the 2022 repository, but not here. That's pretty annoying. |
||
---|---|---|
.gitignore | ||
d1.py | ||
d2.py | ||
d3.py | ||
d4.py | ||
d5.py | ||
d6.py | ||
d7.py | ||
d8.py | ||
d9.py | ||
dx.py | ||
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: 57:00; my input parse function did not consider negative values...
- Day 9: