 |
Binary search algorithm - Wikipedia, the free encyclopedia
In computer science, a binary search or half-interval search algorithm finds the position of a specified input value (the search "key") within an array sorted by key value.[1][2] For binary search, the array should be arranged in ascending or descending o
en.wikipedia.org |
 |