Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmiller2
2522 days ago
> recursion is overrated imo
Right up until the point where you have to traverse a nested data structure.
1 comments
aitchnyu
2522 days ago
Recursive algorithms are a natural fit for recursive data structures. Recursive Fibonacci is contrived. </cliche>
link