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
This question is part of this quiz :
Recursion in Python Quiz