What is the best case and worst case complexity of ordered linear search?
Posted: Wed Jul 13, 2022 6:15 pm
a) O(nlogn), O(logn)
b) O(logn), O(nlogn)
c) O(n), O(1)
d) O(1), O(n)
b) O(logn), O(nlogn)
c) O(n), O(1)
d) O(1), O(n)
Accurate answers. Every time.
https://answerhappy.com/