Add forum link to nice implementation for day 18

This commit is contained in:
Adam Millerchip 2020-12-21 12:22:41 +09:00 committed by GitHub
parent e6991afe00
commit f109646239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -52,7 +52,6 @@ It's pretty hard to tell what all the clauses do at first glance, but then that
a huge function with lots of embedded conditionals too. I will definitely be seeing how other people
implemented this one.
+------------------+
| Overall Thoughts |
+------------------+
@ -63,3 +62,7 @@ the approach I took with building an AST.
Considering I have less time to spend on the last week of questions, I decided to chip away at this
one over a few days. Now I'm spoilt for choice for which one to do next! 17, 19, or 20...
Update: this solution is great. Wish I'd thought of it. What I was trying to do here, but simple and
elegant: https://elixirforum.com/t/advent-of-code-2020-day-18/36300/6