14.3. Binary Search¶
14.3.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
14.3.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!

14.3.3. Checkpoint 1¶
14.3.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!
