Apr 15, 2024
I'm reading a paper on my phone in bed and see this problem:
Convolving a list with itself. Given a list[x1, x2, ..., xn−1, xn]
, wheren
is unknown, construct[(x1, xn), (x2, xn−1), ..., (xn−1, x2), (xn, x1)]
inn
recursive calls.
And I am able to switch apps and solve it right on my phone, without needing to get out of bed.
I do have to put up with some klunky (Lua) syntax, though.
This post is part of my Freewheeling Apps Devlog.
Comments gratefully appreciated. Please send them to me by any method of your choice and I'll include them here.