From 212e979cbd33884fe94a25fc1f423103bc85896a Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Fri, 11 Dec 2020 16:25:24 +0900 Subject: [PATCH] Add musings about input data --- day11/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/day11/README b/day11/README index 5bc8b38..49795da 100644 --- a/day11/README +++ b/day11/README @@ -35,3 +35,6 @@ Could look into a more efficient solution, but I didn't find the problem that in so will leave it here. What's a nice way to track/visualise a coordinate grid in Elixir? 🤔 + +What's more interesting is how the input data is generated. How were the inputs generated that they +would become stable, and what's the relationship between parts 1 and 2 for the same data?