Can recursive functions be used to solve all the problems? If so why?
Answers
Answered by
0
that depends what you call recursive. every recursive function can be translated to a non-recursive one by implementing a stack
Similar questions