state one advantage and one disavantage of using recursion over iteration
Answers
Answered by
1
Answer:
A recursive implementation will use more memory than a loop if tail call optimization can't be performed. While iteration may use less memory than a recursive function that can't be optimized, it has some limitations in its expressive power.
mark me brainlest answer ✌️✌️❣️❣️✌️✌️
Similar questions