Page 1 of 1

Which of these is not true about recursion?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) Making the code look clean
b) A complex task can be broken into sub-problems
c) Recursive calls take up less memory
d) Sequence generation is easier than a nested iteration