Description: Binary search or half-interval search algorithm locates the position of an item in a sorted array. Binary search works by comparing an input value to the middle element of the array.
To Search:
File list (Check if you may need any files):
Testing binarysearch.cpp