|
|
|
|
|
by zozbot234
1791 days ago
|
|
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. |
|