

MCQOPTIONS
Saved Bookmarks
1. |
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 |
D. | Cant be said |
Answer» D. Cant be said | |