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¶
Follow Along and Engage
IntroToSearching.pdfDownload 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¶
Follow Along and Engage
ProgrammingSearching.pdfDownload the slides corresponding to the video. Take notes on them as you watch the video, practice drawing diagrams yourself!