aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-12-13 23:44:31 +0100
committerAndreas Grois <andi@grois.info>2021-12-13 23:44:31 +0100
commit09c7021d961f9f7640eae8c11d84fd5bd011e53c (patch)
tree665d504a7d515fa488465abd2ede58104b759c8d /README.md
parentcd3507de907e2d15e71509fbf3aa4667aae7ddf9 (diff)
Update Readme and add a few words to day7HEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 042d75b..05bba0a 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,4 @@ Beware, if you haven't solved those riddles yourself, the source files are obvio
# 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.
+- Day7 has solutions that are way smarter than brute-force, and are also really short. The derivation of those solutions is in the comments in the source code.