Concept Flow - Time complexity (Big O notation)
Start: Input size n
Count basic operations
Express operations as function f(n)
Simplify f(n) to dominant term
Represent as Big O notation
Use Big O to compare algorithms
This flow shows how we analyze an algorithm's steps based on input size, simplify to the main factor, and express it as Big O to compare efficiency.