Vidyalelo
Data Structure · Q62

Searching Algorithms

Programming · Data Structure · question 62

Q62

Is there any difference in the speed of execution between linear serach(recursive) vs linear search(lterative)?

A.
Both execute at same speed
B.
Linear search(recursive) is faster
C.
Linear search(Iterative) is faster
Answer
D.
Cant be said

Answer: Option C

Solution

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