Black-Box Complexity
l
Suppose we are trying to bolster a hypothesis
T(n)
ë
O(f(n))
l
From the definition, we know this means there is a
constant c such that
for all n, T(n)
<
c f(n)
l
If our hypothesis is correct, we therefore expect
for all n,
T(n) / f(n)
<
c
l
We can simply examine this ratio.