Big-O Notation

1. Primitive Operations

2. Run time

3. Big-O Notation

**Given functions f(n) and g(n), we say that f(n) is O(g(n))

if there are positive constants c and n0 such that $f(n)\leq cg(n)$ for n ≥ n0**

Rules