Fibonacci Search
Publish Date:2025/03/19 Author:JIYIK Category:ALGORITHM
-
Fibonacci search is an efficient interval search algorithm. It is similar to binary search in that it is also based on a divide-and-conquer strategy and also requires the array to be sorted. In addition, the time complexity of both algorith...
Full