CS_MCQ Best or ideal case complexity for a linear search algorithm is ______. a) O(log n) b) O(n) c) O(1) d) O(n log n) About the author Reagan
Answer: a . O ( log n ) Explanation: Answer: a Explanation: The worst case complexity of linear search is O(n). Reply
Answer:
a . O ( log n )
Explanation:
Answer: a
Explanation: The worst case complexity of linear search is O(n).