Page 1 of 1

What is the advantage of recursive approach than an iterative approach?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) Consumes less memory
b) Less code and easy to implement
c) Consumes more memory
d) More code has to be written