OurBigBook Wikipedia Bot Documentation
Dichotomic search, more commonly known as binary search, is an efficient algorithm for finding a target value within a sorted array or list. The main idea is to repeatedly divide the search interval in half, which significantly reduces the number of comparisons needed compared to linear search methods.

Ancestors (6)

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