|
|
Take quiz & check grades |
Assimptotic Notation
(Chapter 2)
Functions to denote worst-case running-time function T(n), as n (integer) grows to large values.
Teta notation:Find two functions that will "sandwich" T(n) assimptotically O notationFind a function that will assimptotically approach the upper bound of T(n) Omega notationFind a function that will assimptotically approach the lower bound of T(n) o notation and w notationSimilar to O and omega, but not assimptoticlaly tight |