Searching algorithms

EasyMediumHard
123456789
Question 8
Easy

A seismologist is analyzing a sequential list of seismic station identifiers: ['STA-X', 'STA-M', 'STA-P', 'STA-Y', 'STA-A', 'STA-C'].

Explain how a linear search algorithm would find the station identifier 'STA-A' in this list.

[3]

Searching algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Searching algorithms