My advent of code solutions
Go to file
2023-12-13 20:01:24 +10:00
2017/day Add day 3 part 2 solution 2017-12-24 16:36:08 +11:00
2018 Add day 6 2018 part 2 2018-12-13 07:48:25 +11:00
2019 Non-working day 14 part 2 2019-12-22 17:05:33 +11:00
2022 Day 11 part 2 2022-12-12 15:23:00 +10:00
2023 2023: Day 13, part 1 2023-12-13 20:01:24 +10:00
.gitignore Move gitignore to top level 2017-12-06 15:18:22 +10:00
README.md Update README 2023-12-09 16:12:14 +10:00

My Advent of Code Solutions

My approach to these is:

  • Don't look at any other solutions until I've done my own.
  • Don't update solutions after looking at other solutions.
  • Whilst not an absolute rule, most solutions stick to the standard library of the implementation language.

From 2019 on I'm usually optimising for time to completion over code quality in order to limit the amount of time participating in AoC takes.