advent-of-code/README.md

10 lines
396 B
Markdown
Raw Normal View History

2017-12-12 22:58:57 +00: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
2019-12-05 06:54:54 +00:00
In 2019 I'm optimising for time to completion over code quality in order to limit the amount of time partipating in AoC takes.