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¶
12.2.2.1. [10:14] Introduction to Searching Video¶

12.2.3. Checkpoint 1¶
12.2.4. Programming Searching¶
12.2.4.1. [20:22] Programming Searching Video¶
