Fibonacci search method

GPTKB entity

Statements (17)
Predicate Object
gptkbp:instanceOf gptkb:search_engine
gptkbp:advantage minimizes number of comparisons
gptkbp:appliesTo sorted arrays
gptkbp:category divide and conquer algorithms
gptkbp:complexity O(log n)
gptkbp:feature does not require division operations
uses addition and subtraction
https://www.w3.org/2000/01/rdf-schema#label Fibonacci search method
gptkbp:proposedBy gptkb:Michael_J._D._Powell
gptkbp:relatedTo gptkb:golden-section_search
binary search
gptkbp:usedFor searching sorted arrays
gptkbp:usedIn optimization problems
gptkbp:uses gptkb:Fibonacci_numbers
gptkbp:yearProposed 1964
gptkbp:bfsParent gptkb:golden-section_search
gptkbp:bfsLayer 8