advent-of-code/README.md

10 lines
427 B
Markdown
Raw Normal View History

2023-12-09 06:12:14 +00:00
# My Advent of Code Solutions
2017-12-12 22:58:57 +00:00
My approach to these is:
2023-12-09 06:12:14 +00:00
- 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.
2019-12-05 06:54:54 +00:00
2023-12-09 06:12:14 +00:00
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.