| | | | | |

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 | 1. Introduction to Algorithms: Verification, Complexity, and Searching - 3 of 23