Example: minsort
Suppose we hypothesize T(n) ë O(n2) and compute T(n)/n2.
The hypothesis is supported. Moreover, we can
predict that T(n) is about 0.00037 n2 milliseconds for large n.