On Mon, Aug 15, 2011 at 2:32 AM, Roger Hui <[email protected]> wrote: > arguments to it. I am curious how other languages solve > this problem because it involves working with n-dimensional > arrays where n can be 20 or 25 or ...
I believe that the usual approach involves using a single dimension and using operations on array indices which rely on them being treated as either binary lists or as integers. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
