What is Fibonacci search?

Fibonacci search is a search algorithm that applies to a sorted array. It makes use of a divide-and-conquer approach that can significantly reduce the time needed in order to reach the target element.

0
Sujan Bk
Jan 9, 2022
More related questions

Questions Bank

View all Questions