Vidyalelo
Data Structure · Q1

Searching Algorithms

Programming · Data Structure · question 1

Q1

What type of search algorithm is most appropriate for an ordered array where each element has an index?

A.
Jump Search
B.
Linear Search
C.
Interpolation Search
Answer
D.
Binary Search

Answer: Option C

Solution

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