Page 1 of 1

What is the best case and worst case complexity of ordered linear search?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) O(nlogn), O(logn)
b) O(logn), O(nlogn)
c) O(n), O(1)
d) O(1), O(n)