Convert “operations” to time using machine speed. This is only intuition — asymptotic analysis ignores constant machine factors.
Pick an operation model, choose n, choose speed. We estimate time.
Ask students: “If n increases by 10, what happens?” Compare n² vs 2ⁿ using the same speed.
Next module: Asymptotic notations (Big-O / Ω / Θ) with interactive c and n₀ bounding.
Back to Index