comp.lang.ada
 help / color / mirror / Atom feed
* Advent of Code, Day 19
@ 2020-12-19 13:43 Gautier Write-Only Address
  2020-12-20  1:01 ` John Perry
  0 siblings, 1 reply; 8+ messages in thread
From: Gautier Write-Only Address @ 2020-12-19 13:43 UTC (permalink / 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?

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-24 11:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-19 13:43 Advent of Code, Day 19 Gautier Write-Only Address
2020-12-20  1:01 ` 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

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