Pascal Jasmin wrote:
There's an extra 16MB memory used above your data requirement estimate, over the 4000 recursive calls.
2r3 of huge is still huge, 'rest' need o(n^2) memory so it will fail for 40000 or 400000 anyway.
16MB for 4000 recursion means 4K for each recursion, if this is linear I can live with it.
-- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
