Add forum link to nice implementation for day 18
This commit is contained in:
parent
e6991afe00
commit
f109646239
1 changed files with 4 additions and 1 deletions
|
@ -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
|
a huge function with lots of embedded conditionals too. I will definitely be seeing how other people
|
||||||
implemented this one.
|
implemented this one.
|
||||||
|
|
||||||
|
|
||||||
+------------------+
|
+------------------+
|
||||||
| Overall Thoughts |
|
| 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
|
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...
|
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
|
||||||
|
|
Loading…
Reference in a new issue