It\'s been quite a while since I took data structures and algorithms in college, so I was surprised recently by a suggestion that recursion may not be the w
Go with recursive, because you could actually get a stack overflow error, and this is stackoverflow.com, after all.