Quote:
Originally Posted by ccoonen No problem, hope it helps some people out... it can be used with anything to create a recursive structure  |
Why do you think that Recursion is the only way to go? Can't we go with the Iterative way? Since, it's just basically the same thing.. however, I'm pretty sure that Iterative way is going to be much more complicated...?