Hacker News new | ask | show | jobs
by crvdgc 1020 days ago
> recursion is extremely rare in shipped code but extremely common in interviews

Though not quite important to the main theme of the article, I wonder what area the author is referring to.

1 comments

I guess to all the whiteboard coding with the recursion (e.g. Fibonacci sequence). On a contrary, I think it is present in many places where you have to dive into any sensible, tree like, structure. Then, it's a mess once it turns out person has no idea what recursion is.