Section 2: Time Complexity

Summary and Learning Objective(s)

  1. Understand what time complexity and Big O notation is in computer science.
  2. Able to identify the time complexity of different programs.

Overview

Lesson Title
Lesson 2-1What is Time Complexity?
Lesson 2-2Time Complexity Analysis Practice