mirror of
https://github.com/wezm/advent-of-code.git
synced 2024-12-18 10:19:55 +00:00
Update README
This commit is contained in:
parent
7f166a5075
commit
9d3198e24b
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue