Vidyalelo
Data Structure · Q27

Searching Algorithms

Programming · Data Structure · question 27

Q27

What is the key disadvantage of linear search compared to binary search?

A.
It requires additional memory.
B.
It is not efficient for small arrays.
C.
It has higher time complexity.
Answer
D.
It requires sorted data.

Answer: Option C

Solution

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