• CS 111.02 - Spring 2024

  • Schedule
  • Assignments
  • Project
  • About

Lesson 23: It's about time

17 May, 2024

Outline:

  1. Quiz #4
  2. Algorithmic complexity
  3. Timing code
    • time module
    • example: in keyword and linear search
    • example: single vs. nested for loops

Reading assignment (to be completed by the next class):

  • Zelle sec. 13.1.1 (pp. 460-462)