Vidyalelo
Data Structure · Q92

Searching Algorithms

Programming · Data Structure · question 92

Q92

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

A.
Consumes less memory
B.
Less code and easy to implement
Answer
C.
Consumes more memory
D.
More code has to be written

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board