Big Oh.

ghackmann

Member
Sep 11, 2002
39
0
0
Originally posted by: eigen
Do you guys know if ln(n)/n is asymptotic to anything of interest.
Since n grows faster than log(n) as n goes to positive infinity, something O(log(n) / n) would actually get faster as n increases. I can't think of any useful algorithm that would exhibit that behavior.