isn't there another, less recursive and memory eating, algorithm for your
problem?
Are you sure that increasing the stack will solve everything and always ?
Maybe not.
Btw, what does it do ? Some recursive algorithms can be made non-recursive,
but not all of course.
As a workaround (and possibly as a solution), try moving some or all of the
local variabels into an object.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.