Page 1 of 1

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

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) Both execute at same speed
b) Linear search(recursive) is faster
c) Linear search(Iterative) is faster
d) Cant be said