Searching algorithms

EasyMediumHard
123456789
Question 7
Easy

An air traffic control system holds an unsorted list of active flight identifiers: ['DLH402', 'AAL099', 'SIA318', 'HAL012', 'UAE074', 'JAL006'].

Explain how a linear search algorithm would find the flight identifier 'UAE074' in this list.

[3]

Searching algorithms Questions

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