Talk:Know Your Limits

From Programmer 97-things

Jump to: navigation, search

Nothing is strictly wrong with

"as n gets bigger O(ln(n)) is ever so much smaller than O(en)"

but I feel that it could easily be misinterpreted by a beginner as indicating that O(ln(n)) is only slightly better.