DSA Python Recursion Question 2

Last Updated :
Discuss
Comments

Which of these is false about recursion? 

Recursive functions run faster than non-recursive function

Recursive function can be replaced by a non-recursive function

 Recursive functions usually take more memory space than non-recursive function

Recursion makes programs easier to understand View

Share your thoughts in the comments