in reply to Re^4: Recursion problemin thread Recursion problem
Sometimes, an iterative solution is necessary due to memory constraints even when the recursive counterpart is much simpler and intuitive.
Cheers - L~R