Advent of Code 2023 solutions.
This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
felixm 9485fbae1d Solve day 9 and fix horrible bug in lib.
My integer parser did not consider negative values. I have fixed that
in the 2022 repository, but not here. That's pretty annoying.
2023-12-09 11:48:39 -05:00
.gitignore Do day 7. 2023-12-07 23:57:38 -05:00
d1.py Do day 1. 2023-12-01 22:51:14 -05:00
d2.py Do day 2. 2023-12-02 11:48:32 -05:00
d3.py Do day 3. 2023-12-03 17:23:36 -05:00
d4.py Do days 5 and 6. 2023-12-06 11:47:04 -05:00
d5.py Do days 5 and 6. 2023-12-06 11:47:04 -05:00
d6.py Do days 5 and 6. 2023-12-06 11:47:04 -05:00
d7.py Do day 7. 2023-12-07 23:57:38 -05:00
d8.py Do day 8 and add gcm and prime factors to lib. 2023-12-08 00:32:03 -05:00
d9.py Solve day 9 and fix horrible bug in lib. 2023-12-09 11:48:39 -05:00
dx.py Do day 7. 2023-12-07 23:57:38 -05:00
lib.py Solve day 9 and fix horrible bug in lib. 2023-12-09 11:48:39 -05:00
LICENSE Add license. 2023-12-02 11:52:06 -05:00
README.md Solve day 9 and fix horrible bug in lib. 2023-12-09 11:48:39 -05:00

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: