From f109646239e95f1575619c8eb67c19465e60bd7a Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Mon, 21 Dec 2020 12:22:41 +0900 Subject: [PATCH] Add forum link to nice implementation for day 18 --- day18/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/day18/README b/day18/README index b50b9f3..6d18a83 100644 --- a/day18/README +++ b/day18/README @@ -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