Please enable JavaScript to use CodeHS

FTCE CS Exam Prep

Lesson 18.3 Binary Search

Description

In this lesson, students learn another algorithm for searching, Binary Search. Students will compare Binary Search to Linear Search, and discuss the reasons why they might need multiple ways to search a list.


Objective

Students will be able to:

  • Define and use Binary Search.
  • Articulate the differences between Binary and Linear Search.