filmov
tv
What's the difference between recursion and iteration? #development #coding #subscribe

Показать описание
- What's the difference between recursion and iteration?
* Recursion is about solving a problem by having a function call itself, whereas iteration is about solving a problem through repeated steps or loops.
* Recursion is about solving a problem by having a function call itself, whereas iteration is about solving a problem through repeated steps or loops.