Page 1 of 1

Which of the following problems can’t be solved using recursion?

Posted: Wed Jul 13, 2022 6:16 pm
by answerhappygod
a) Factorial of a number
b) Nth fibonacci number
c) Length of a string
d) Problems without base case