๐Ÿ’ปap computer science a review

key term - Binary search algorithm

Citation:

Definition

The binary search algorithm is an efficient searching technique used on sorted arrays or lists. It repeatedly divides the search space in half by comparing the target value with the middle element until it finds a match or determines that the item does not exist.

"Binary search algorithm" also found in: