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

Iteration (repetition) is a special case of recursion where the recursive action is always the final step in the process; it's a kind of recursion that dispenses with the need to track a stack of process activations. So it's quite possible to teach both in the same context.



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

Search: