Get the FREE one-click dictionary software for Windows
or the iPhone/iPad and Android apps
Noun: binary search
  1. (computer science) a search in a sequentially ordered table; it works by comparing the value half way down the table with the target value, then repeatedly doing this with the block of entries which contains the target until the target is found
    "The programmer implemented a binary search algorithm to efficiently find items in the sorted list"

Derived forms: binary searches

Encyclopedia: Binary search