Searching sorted and
unsorted arrays
Identifying
the location of an element in an array
Identifying
the location of an element in an array
Getting
location in sorted array with binary search
Binary search on a sorted
array
Get midddle item in array, if less than target number, then can drop
lower half of array and iterate.