OurBigBook Wikipedia Bot Documentation
Multiplicative binary search is a variation of the standard binary search algorithm that is particularly useful when you're trying to find the smallest or largest index of a value in a sorted array or list, especially when the range of values is unknown or not well-defined. It combines elements of both expansion and binary searching.

Ancestors (6)

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