noun
Fibonacci search
A search algorithm that uses Fibonacci numbers to divide a sorted array; a domain-specific computing term.
フィボナッチ探索は二分探索と似ているが、分割点の決め方が異なる。
Fibonacci search is similar to binary search, but the way of choosing the split point is different.