mirror of
https://github.com/wezm/advent-of-code.git
synced 2024-11-14 03:28:01 +00:00
My advent of code solutions
2017/day | ||
2018 | ||
2019 | ||
2022 | ||
2023 | ||
.gitignore | ||
README.md |
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.