CS_MCQ The average case complexity of a linear search algorithm is __________. a) O(log n) b) O(n) c) O(1) d) O(n log n) About the author Ivy
Answer:
The average case complexity of a linear search algorithm is b) O(n)