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)
Answers
Answered by
2
Answer:
The average case complexity of a linear search algorithm is b) O(n)
Similar questions