comp.lang.ada
 help / color / mirror / Atom feed
From: Gautier Write-Only Address <gautier_niouzes@hotmail.com>
Subject: Advent of Code, Day 19
Date: Sat, 19 Dec 2020 05:43:14 -0800 (PST)	[thread overview]
Message-ID: <ec96db42-b8a7-4e4c-a9eb-c3bdbe20755dn@googlegroups.com> (raw)

Nice puzzle, with plenty of recursion!
First time I see two independent tails in a recursion.
A good opportunity to use the LISP-esque features of Ada: unconstrained arrays, 'First and 'Last, for 1-dimensional arrays: built-in concatenation with "&", slices.
Or perhaps there is a different way?

             reply	other threads:[~2020-12-19 13:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-19 13:43 Gautier Write-Only Address [this message]
2020-12-20  1:01 ` Advent of Code, Day 19 John Perry
2020-12-21 19:48   ` Gautier Write-Only Address
2020-12-21 20:38     ` Jeffrey R. Carter
2020-12-21 23:45     ` John Perry
2020-12-22 16:43       ` Maxim Reznik
2020-12-23  0:57         ` John Perry
2020-12-24 11:55           ` Maxim Reznik
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox