| | | | | |

Sequential Search

  • Algorithm for finding a specified value in a collection of values
  • Requires ability to iterate through the collection
  • Pedestrian (literally): walk through the collection, testing at each step

| | Top of Page | 3. Introduction to Algorithm Analysis - 3 of 23