ebw said:
Technically h(n) would not be tending to a constant — in typical usage it would be bounded by a constant but not convergent. To be fair, the Landau notation was invented precisely for its efficiency. If I'm adding together 50 error terms of size O(n) it is a major inconvenience to have to give each of them a separate name, especially as this draws attention away from the main term. Despite its flaws I definitely think it should be used, it's just not for beginners. |
Yes, you're totally right. I was writing an equivalence, not a O.
When I said it lacks efficiency, I meant that students don't even really understand the meaning of a o, which is far more easier to use than O. So I try to avoid these notations as more as possible.







