Often details are not important
We write f(n) ~ g(n) if f and g are more or less the same
f(n) ~ g(n)
f
g
We say f(n) is O(g(n)) if f(n) ~ a * g(n), for some constant a
f(n)
O(g(n))
f(n) ~ a * g(n)
a