• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Big Oh.

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.
 
Back
Top