Computer Science, asked by Attitude2911, 10 months ago

Heya❤☺✌
✒Briefly Explain the procedure of Binary search technique in a single dimensional Array...
➡Relevant answer is expected✔​

Answers

Answered by Anonymous
2

 \huge \star \purple{ Answer\: }

▶️Binary search works on sorted arrays.

▶️Binary search begins by comparing an element in the middle of the array with the target value.

▶️ If the target value matches the element, its position in the array is returned.

▶️The target value is less than the element, the search continues in the lower half of the array.

.

❤️ Follow me ❤️

Similar questions