Computer Science, asked by Anonymous, 2 months ago

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 shan171
2

Answer:

The average case complexity of a linear search algorithm is b) O(n)

Similar questions