In Big Theta notation, do the constants c1
and c2
differ for each value of n
?.
Definition:
Theta(g(n)) = {f(n): there exist c1 >= 0, c2 > 0 and n0 > 0
such that for all n >= n0,
0 <= c1, g(n) <= f(n) <= c2 * g(n)}