To search an array using the binary search algorithm in each step, you compare a middle element of the array to. If the middle element is less than , you , and if the middle element is greater than , you__________.
To fill:
To search an array using the binary search algorithm in each step, you compare a middle element of the array to _____. If the middle element is less than _____, you _____, and if the middle element is greater than _____, you _____.
Given information:
binary search algorithm.
Calculation:
To search an array using the binary search algorithm in each step, you compare a middle element of the array to the element you are looking for...