ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which algorithmic technique does Fibonacci search use?
Correct Answer: B — Divide and Conquer
With every iteration, we divide the given array into two sub arrays(not necessarily equal).