mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fixes #3486
This commit is contained in:
parent
e7342265ca
commit
296e6ae620
@ -110,7 +110,7 @@ Let's look to the definition of Big-O.
|
||||
3log n + 100 <= c * log 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>?
|
||||
|
||||
```
|
||||
3log n + 100 <= 150 * log n, n > 2 (undefined at n = 1)
|
||||
|
Loading…
Reference in New Issue
Block a user