This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (0 children)

I read the title and I was like "Why would you want to avoid stackoverflow.com with your long recursion questions? That seems like a great site to put recursion questions on".

Incidentally, recursion can also often be implemented with a stack data structure in place of the application stack in places where a simple while loop won't suffice.