Login or Create an Account to view the mark scheme, comment, and add to a test
Often the same function may be coded either recursively or iteratively. Which of the following is NOT a typical advantage of recursion over iteration?
(a).
Trees data structures are more easily traversed.
(b).
Code is more succinct.
(c).
Functions use less memory.
(d).
Fibonacci sequences are more easily produced.

Multiple Choice1 MarkPremium
10 Uses15 Views1 Like