Please enable JavaScript to use CodeHS

FTCE CS Exam Prep

Lesson 18.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

Activities

These are all the activities included in the lesson

18.2.1 Linear Search
18.2.2 Using Linear Search