loops and recursion!? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

loops and recursion!?

hello, when we use a combinaition of loops and recursion is that called a 'recursive' or 'iterative' methode?? Please some advice because I fell in mistakes once I use a recusion call inside a for loop

26th Feb 2019, 9:52 AM
mohamed Issati
mohamed  Issati - avatar
2 Answers
+ 6
Iteration and recursion will have the same effect - looping. My advice is not to use recursion inside iteration and iteration inside recursion.
26th Feb 2019, 12:31 PM
Seniru
Seniru - avatar
+ 2
okey Thank u I'll do that next time
26th Feb 2019, 12:49 PM
mohamed Issati
mohamed  Issati - avatar