in reply to Re^4: Recursion problem
in thread Recursion problem

psini,
Here are a couple of links you may be interested in

Sometimes, an iterative solution is necessary due to memory constraints even when the recursive counterpart is much simpler and intuitive.

Cheers - L~R