Quote Originally Posted by jdarling
Hey Robert, looks like you get to learn about private stacks and recursion reduction . Basically you have to remove the recursion from your function completely and implement your own stack. Arrays work nice and allow for more flexibility. If you want to work on REALLY LARGE hunks of data then its time to look at the hard drive and streams to implement your process stack.
Wow thanks jdarling for posting this. I would never figure it out this by myself. Great idea!