๐Ÿ’ปap computer science a review

key term - Binary Search

Citation:

Definition

Binary search is an efficient algorithm used to locate a target value within a sorted array by repeatedly dividing the search interval in half.

"Binary Search" also found in: