12.2. Binary Search¶
12.2.1. Objectives¶
Upon completion of this module, students will be able to:
Trace linear and binary searches
Evaluate efficiency of linear and binary searches
Implement linear and binary searches
12.2.2. Introduction to Searching [10:14]¶
Follow Along and Engage
Download the slides corresponding to the video. Take notes on them as you watch the video, practice drawing diagrams yourself!

12.2.3. Checkpoint 1¶
12.2.4. Programming Searching [20:22]¶
Follow Along and Engage
Download the slides corresponding to the video. Take notes on them as you watch the video, practice drawing diagrams yourself!
