My advent of code solutions
Find a file
2022-12-09 19:26:41 +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 9 part 1 2022-12-09 19:26:41 +10:00
.gitignore Move gitignore to top level 2017-12-06 15:18:22 +10:00
README.md Update README.md 2019-12-05 17:54:54 +11: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 solution after looking at other solutions
  • Whilst not an explicit goal most if not all solutions just use Rust and the standard library

In 2019 I'm optimising for time to completion over code quality in order to limit the amount of time partipating in AoC takes.