scoresvideos

โŒจ๏ธap computer science principles review

key term - Binary Search Algorithm

Citation:

Definition

A binary search algorithm is an efficient searching algorithm that repeatedly divides a sorted list into halves, eliminating half of the remaining elements at each step, until it finds the target value or determines it does not exist.

"Binary Search Algorithm" also found in: