Searching algorithms
x

Finding items in a list

A searching algorithm is a set of steps used to find a target value in a list, or decide that it is missing. In an array, each stored value is an element and each position is called an index.

Searching algorithms Lesson