Searching Studio

Linear Search

Inspect every element from left to right. Ideal for unsorted lists or teaching the difference versus binary search.

Inputs

Works with any order or data type that can be compared.

Non-numeric values are treated as strings for comparisons.

Trace

Each step shows the value inspected and whether it matched.

  1. Run the algorithm to populate steps.