1. Describe the steps involved in a binary search to find the value 47 in the list below
4,7,8,21,46,47,51
2. Explain why the list/array must be on order for a binary search
3. A binary search is a ‘divide and conquer’ algorithm. What you understand by this.