[asymptotic-notation/en] Typo, add a missing n (#4820)

This commit is contained in:
Mathieu Gemard 2024-01-01 13:47:02 +01:00 committed by GitHub
parent ca852c8b7d
commit c0fa7cf2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, n<sub>0</sub> that satisfies this for all n > <sub>0</sub>?
Is there some pair of constants c, n<sub>0</sub> that satisfies this for all n > n<sub>0</sub>?
No, there isn't. `f(n)` is NOT O(g(n)).
### Big-Omega