Shape Shape

Binary Search

A fast algorithm for finding an element in a sorted list by repeatedly dividing the search range in half. Used in software and databases for efficient searching.

Example:

A program uses binary search to find a username in a sorted list of accounts.

WhatsApp Icon