Skip to main content

Section 22.1 Linear Search

There are many reasons for wanting to sort and/or search lists of data:
We’ll start by introducing a very simple algorithm, called linear search, to search for a specific item in a list of items.

If you cannot see this codecast, please click here.

Aside: Video Description.