You know the drill
Binary Search is an algorithm that divides the list into two recursively. Asymptomatic notation: O(log n)