Which of the following problems can’t be solved using recursion?
Posted: Wed Jul 13, 2022 6:16 pm
a) Factorial of a number
b) Nth fibonacci number
c) Length of a string
d) Problems without base case
b) Nth fibonacci number
c) Length of a string
d) Problems without base case