From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50 autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:9f4c:: with SMTP id i73mr46364465qke.82.1609192096652; Mon, 28 Dec 2020 13:48:16 -0800 (PST) X-Received: by 2002:a37:6442:: with SMTP id y63mr46456432qkb.192.1609192096481; Mon, 28 Dec 2020 13:48:16 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 28 Dec 2020 13:48:16 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=173.71.207.183; posting-account=JSxOkAoAAADa00TJoz2WZ_46XrZCdXeS NNTP-Posting-Host: 173.71.207.183 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Advent of Code, Day 23 From: John Perry Injection-Date: Mon, 28 Dec 2020 21:48:16 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60970 List-Id: (For those who are interested. I'm a bit behind, but I don't think anyone else on Maxim's list has finished, either.) Day 23 (Crab Cups) required some cleverness. The first puzzle is solved with a simple solution, and the second puzzle is easily generalized from it... but will take a LONG time (hours certainly, days possibly) unless you rethink the data structure. Looking at others' solutions, it seems that Gautier, Maxim, and I have similar approaches, but all of us use slightly different data structures.