For a linear search in an unsorted array of n elements, what is the average case time complexity? - Study24x7
Social learning Network
2 followers study24x7 26 Jun 2024 12:18 PM study24x7 study24x7

For a linear search in an unsorted array of n elements, what is the average case time complexity?

A

O(1)

B

O(n)

C

O(log n)

D

O(n^2)

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles