Hacker News new | past | comments | ask | show | jobs | submit login

Are you serious? How would you iterate over a set of rules and a big data volume, without using recursion?



A loop? Can you please explain?


'Explain'?


I assume the "explain" refers to the most important thing you can learn about recursive programming: that it is often but not always the least efficient strategy when compared with looping.

So the claim that recursive programming is the only or primary method of iterating over large data sets requires some explanation...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: