Vidyalelo
Data Structure · Q48

Searching Algorithms

Programming · Data Structure · question 48

Q48

Which of the following is not an advantage of Fibonacci Search?

A.
When the element being searched for has a non uniform access storage
B.
It can be applied efficiently on unsorted arrays
Answer
C.
Can be used for large arrays which do not fit in the CPU cache or in the RAM
D.
Can be used in magnetic tapes

Answer: Option B

Solution

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