Vidyalelo
Data Structure · Q57

Searching Algorithms

Programming · Data Structure · question 57

Q57

Which of the following step is taken after finding an element having value greater than the element being searched?

A.
binary search takes place in the forward direction
B.
binary search takes place in a backward direction
C.
linear search takes place in the forward direction
D.
linear search takes place in the backward direction
Answer

Answer: Option D

Solution

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