Vidyalelo
Data Structure · Q68

Searching Algorithms

Programming · Data Structure · question 68

Q68

What is the worst case for linear search?

A.
O(nlogn)
B.
O(logn)
C.
O(n)
Answer
D.
O(1)

Answer: Option C

Solution

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