Author: Anna LubiwAnna Lubiw Date: Sep 22, 2008 12:28
In article ,
Lyle Waldman wrote:
>1) I seem to remember from CS240 that there was a definition of Big-O
>that used limits. I don't have my CS240 notes on me, and I forgot the
>definition. I think it was something like f is O(g) if lim_n->inf(f/g)
><= 1, which I think makes intuitive sense. I'm not sure though. Does
>anyone have these? They look to be really useful.
Yes, you will find this in [CLRS, section 3.1]. You can use material
from the text for your assignments. (But don't just say "page x in CLRS",
explain things yourself.)
>2) What is (log^2)n? I'm presuming it's (logn)^2.
Yes, that's right.
>3) Since I haven't touched Math138 for over a year (and barely touched
>it even when I was taking it), I've completely forgotten my sequences
>and series. Does anyone know the rule about the series n^k for k from 1
>to inf? It was something like n < 0 -> series converges, but was there
>any more to it?
Appendix A of [CLRS] has some useful things.
Anna Lubiw
|