Try this exercise. Fill in the missing part by typing it in.
Binary search is a _ searching algorithm that efficiently finds the _ of a target value in a ____ array. Unlike _ search that scans the elements one by one, binary search reduces the search space by _ at each step.
Write the missing line below.