• CS 111.02 - Fall 2025

  • Schedule
  • Assignments
  • Project
  • About

Lesson 23: It's about time

7 November, 2025

Outline:

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

What’s next

What you should do now:

  • Submit Assignment 7 by 10pm today if you’re using a token
  • Work on finishing your project code

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

  • Zelle sections 14.1.1–14.1.2 (pp. 473–476)