Please enable JavaScript to use CodeHS

Praxis CS Exam Prep

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

17.2.1 Linear Search
17.2.2 Using Linear Search