Please enable JavaScript to use CodeHS

AP Computer Science A (Mocha)

Lesson 8.2 Linear Search

Description

In this lesson, students are exposed to the first classic Search algorithm, Linear Search. Students will learn how to code Linear Search, and understand the use and limitation of this algorithm.


Objective

Students will be able to:

  • Define and program a Linear Search
  • Use Linear Search to solve programmatic problems