DSA Python Recursion Question 9

Last Updated :
Discuss
Comments

Which of these is not true about recursion?

Making the code look clean

Recursive calls take up less memory

A complex task can be broken into sub-problems

Sequence generation is easier than a nested iteration

Share your thoughts in the comments