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
a) Both execute at same speed
b) Linear search(recursive) is faster
c) Linear search(Iterative) is faster
d) Cant be said
b) Linear search(recursive) is faster
c) Linear search(Iterative) is faster
d) Cant be said