A recursive solution can be preferable to an iterative solution because:

a. recursive method calls are faster than iterative looping
b. recursive solutions may be easier to understand than iterative ones
c. recursion uses less memory than iteration
d. iteration should be avoided.

B

Computer Science & Information Technology

You might also like to view...

Which data communication protocol is a transmission code that supports a variety of link types and topologies?

a. Asynchronous protocol. b. Binary synchronous protocol. c. Synchronous Data Link Control (SDLC). d. High-Level Data Link Control (HDLC).

Computer Science & Information Technology

Which system database stores information on the structure of other databases and their components?

A. model B. master C. msdb D. tempdb

Computer Science & Information Technology