Vidyalelo
Data Structure · Q43

Searching Algorithms

Programming · Data Structure · question 43

Q43

What is the best case time complexity of linear search?

A.
O(n log n)
B.
O(log n)
C.
O(1)
Answer
D.
O(n)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board