little oh notation as the limit of n goes to infinity

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-04-24T14:23:29Z Indexed on 2010/04/24 14:33 UTC
Read the original article Hit count: 384

Filed under:
|
|
|

Hi all,

I'm just trying to understand how in little o notation this is true:

f(n)/g(n) as n goes to infinity = infinity?

Can someone explain that to me?

I do get the idea that f(n) = o(g(n)) means that f(n) grows no faster then cg(n) for all constants c > 0.

I just don't get the bit in bold above.

© Stack Overflow or respective owner

Related posts about algorithms

Related posts about little