CSC300 / CSC402: Approximation [7/9] |
Often details are not important
We write f(n) ~ g(n)
if f
and
g
are more or less the same
We say f(n)
is O(g(n))
if
f(n) ~ a * g(n)
, for some constant a