diff options
author | Andreas Grois <andi@grois.info> | 2021-12-13 23:13:43 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2021-12-13 23:13:43 +0100 |
commit | cd3507de907e2d15e71509fbf3aa4667aae7ddf9 (patch) | |
tree | b530a8633d34dfbe303dd4d4ebc3574d6addc926 | |
parent | 9a3088d052713c642b3a8053422b4556aed08173 (diff) | |
parent | 3cffeb0cce8c4e735e3f3d2d75ce846228168523 (diff) |
Merge branch 'main' of github.com:soulsource/aoc-2021
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,3 +6,6 @@ For instance, day6 requires the boxed_array_ringbuffer. # SPOILER! Beware, if you haven't solved those riddles yourself, the source files are obvious spoilers. + +# Noteable solutions: +- Day6 has a floating-point closed-form solution that might be interesting. Details are outlined in comments in the source code. I won't write them here to avoid spoilers. |