SLIDE 1
Asymptotic Analysis If T(n) is some algorithm’s running time function, i.e., given input
- f size n, it runs T(n) steps, we are interested in
asymptotic behaviour (read: as n approaches infinity) rather than the exact functions. We want compare the growth of T(n) with the growth of some simple function f(n). We’re going to formalise this notion in the following.
1