Binary search algorithm

topic information


general information about Binary search algorithm

In computer science, a binary search is an algorithm for locating the position of an element in a sorted list. It inspects the middle element of the sorted list: if equal to the sought value, then the position has been found; otherwise, the upper half or lower half is chosen for further searching based on whether the sought value is greater than or less than the middle element. The method reduces the number of elements needed to be checked by a factor of two each time, and finds the sought value if it exists in the list or if not determines "not present", in logarithmic time. A binary search is a dichotomic divide and conquer search algorithm.
Aliases: 0080-362f
F W

message stream


messages about Binary search algorithm

Five Totally Unique Binary Chop !
2 ½ days ago from QSTwitter

Linear and Binary Search Algorithms - C++ tutorial

Linear and Binary Search Algorithms - C++ tutorial
7 hours ago from RSS2Twitter

message history


messages per hour for Binary search algorithm

top articles


articles discussing Binary search algorithm


attribution for Binary search algorithm

Freebase CC-BY Freebase content licensed under CC-BY
Wikipedia content licensed under GFDL