Big O notation Let (an),(bn) be sequences Then an=O(bn) as n→∞ if ∃C∈R>0 and there is N such that if n≥N then ∣an∣≤C∣bn∣ Little O notation Let (an),(bn) be sequences If bn=0 for all n (or all sufficiently large n) Then an=o(bn) as n→∞ if bnan→0 as n→∞