Examveda

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.

D. It requires sorted data.

Answer: Option C


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms