⌨️ap computer science principles review

Binary Search Algorithm

Written by the Fiveable Content Team • Last updated August 2025
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated August 2025

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.

AP course connection

Topic 3.11: 3.11 Binary Search

Unit 3

"Binary Search Algorithm" also found in:

2,589 studying →