3
votes
4answers
238 views
Is recursion generally considered to be an outdated method of traversing compared to using a stack?
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 …
