Skip to content

Algorithms: searching

What we'll do

  • An algorithm is a clear list of steps that solves a problem.
  • A very common job is searching: find where a value is in a list.
  • We will learn two algorithms: linear search and binary search.

Handout

Log in or create account

IGCSE, A-Level & AP