Vidyalelo
Data Structure · Q104

Searching Algorithms

Programming · Data Structure · question 104

Q104

Jumps are made in the jump search algorithm until . . . . . . . .

A.
element having value less than that of the required element is found
B.
element having value equal to the median of values of the array is found
C.
element having value greater than that of the required element is found
Answer
D.
middle element is found equal to the element being searched

Answer: Option C

Solution

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