It is called binary because it splits the array into two halves as part of the algorithm. Initially, a binary search will look at the item in the middle of the array and compare it to the search terms ...
A binary search is an efficient method of searching an ordered list. It will not work on a list that has not been sorted first. A written description of a binary search algorithm is: Start by setting ...