Is recursion generally considered to be an outdated method of traversing compared to using a stack?
- by Jamie Dixon
I've been reading in a couple of places where people are opting to use a Stack instead of recursion. Is this because recursion is seen as being an outdated way to get-the-job-done or are both methods equally applicable in different contexts?