Searching sorted and unsorted arrays

Identifying the location of an element in an array

Identifying the location of an element in an array

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.