What is Fibonacci search?
3 years ago
Data Structure and Algorithm
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.

Sujan Bk
Jan 9, 2022