On Mon, Jan 10, 2022 at 8:20 PM Raul Miller <rauldmil...@gmail.com> wrote:
> Hmm... > > I like your use of reference rotations R. And, your approach to > combining what were a bunch of different steps in mine looks nice. (It > takes a bit longer this way, but for this puzzle the extra time I > needed to code up my approach is far more of a problem.) > Indeed, I'm processing all remaining scanners in each iteration and could already stop after identifying the first overlapping scanner. But even the large problem finished very quickly, so I left it as is... > But how did you come up with 12 as the number of overlapping scanners? > (I guess I used 34 overlapping scanners for that part.) > It was mentioned in the problem description as Mike posted. > Also, a really minor reminder, you could have written > > ol=: ~. #~ 12 <: #/.~ > Thanks for reminding me! ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm