diff --git a/asymptotic-notation.html.markdown b/asymptotic-notation.html.markdown index a6acf54e..0739c02d 100644 --- a/asymptotic-notation.html.markdown +++ b/asymptotic-notation.html.markdown @@ -135,7 +135,7 @@ Let's look at the definition of Big-O. 3 * n^2 <= c * n ``` -Is there some pair of constants c, n0 that satisfies this for all n > 0? +Is there some pair of constants c, n0 that satisfies this for all n > n0? No, there isn't. `f(n)` is NOT O(g(n)). ### Big-Omega