Considering Binary Search
In order to help you better understand some of the materials from the last few weeks, AND show you that these topics are appropriate in certain high school classrooms, we are going to consider a lesson plan from the Code.org AP-CSA curriculum dealing with algorithms, binary search, and algorithm complexity.
Materials
- Code.org Lesson Plan (From the 2023-24 Code.org AP-CSA curriculum)
- Code.org Lesson Slides (From the 2023-24 Code.org AP-CSA curriculum)
- activity2.py
- For reference, here is the original Binary Search code from this past week