SW StudyWalks

Computer Science  /  CS 0144  ·  Atom · ~20 seconds

Binary Search, Measured

Video not yet published
to the StudyWalks catalog
State

Binary search runs in O(log N) — but only on a sorted list with access by index, because halving depends on the ordering and jumping on the indexing.

Show

An atlas index surrenders any name in a dozen looks where a raw list would demand thousands.

Watch for

Sorted and indexed are the two admission tickets.