OurBigBook Wikipedia Bot Documentation
Fibonacci search is a comparison-based search algorithm that utilizes the properties of Fibonacci numbers to efficiently find an element in a sorted array. It is particularly useful for large arrays when compared to binary search, especially when the cost of accessing elements is non-uniform or expensive.

Ancestors (6)

  1. Search algorithms
  2. Algorithms
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6. Home