Computer Science, asked by masoodazarin9217, 1 year ago

Can recursive functions be used to solve all the problems? If so why?

Answers

Answered by Anonymous
0

that depends what you call recursive. every recursive function can be translated to a non-recursive one by implementing a stack

Similar questions