.. This file is part of the OpenDSA eTextbook project. See .. http://opendsa.org for more details. .. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and .. distributed under an MIT open source license. .. avmetadata:: :author: Molly Domino Binary Search ============= 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 Introduction to Searching ------------------------- [10:14] Introduction to Searching ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. raw:: html
.. raw:: html Video Slides 12.2.2.1-IntroToSearching.pdf Checkpoint 1 ------------ .. avembed:: Exercises/SWDesignAndDataStructs/BinarySearchCheckpoint1Summ.html ka :long_name: Checkpoint 1 Programming Searching --------------------- [20:22] Programming Searching Video ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. raw:: html
.. raw:: html Video Slides 12.2.4.1-ProgrammingSearching.pdf Programming Practice: Binary Search ----------------------------------- .. extrtoolembed:: 'Programming Practice: Binary Search' :workout_id: 1927