Vidyalelo
Data Structure · Q65

Searching Algorithms

Programming · Data Structure · question 65

Q65

Can linear search recursive algorithm and binary search recursive algorithm be performed on an unordered list?

A.
Binary search can't be used
Answer
B.
Linear search can't be used
C.
Both cannot be used
D.
Both can be used

Answer: Option A

Solution

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