Update README

This commit is contained in:
Wesley Moore 2023-12-09 16:12:14 +10:00
parent 7f166a5075
commit 9d3198e24b
No known key found for this signature in database

View file

@ -1,9 +1,9 @@
# My advent of code solutions
# 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
- 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.
In 2019 I'm optimising for time to completion over code quality in order to limit the amount of time partipating in AoC takes.
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.