« previous | Friday, August 31, 2012 | next »
Time Complexity
We want to asymptotically count the number of operations independent of compilers and optimization settings.
Sad notation:
Big-Oh
Let be a function.
Then is the set of functions:
Little-Oh
It follows that
Big-Ω
Big-Θ
Corrected Proof of Sorting Lower Bound