f(n) = O(g(n)), g(n) is an Asymptotic Upper Bound for f(n)
O(g(n)) = {f(n): there exist positive constants c and n0 such that 0 f(n) c*g(n) for all }
See Figure 2.1b, page 25, for graphical depiction of O.
Examples: