If we were to perform a binary search on a sorted array with…
If we were to perform a binary search on a sorted array with 7 elements, what is the maximum number of elements we would need to search to find our target? (select only one)
If we were to perform a binary search on a sorted array with…