diff options
Diffstat (limited to 'notes.md')
| -rw-r--r-- | notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -926,8 +926,8 @@ class of functions Big-oh ------ -The function `f(n)=O(g(n))` if there exist poitive constants c and n0 -such that `f(n) <= c * g(n) V n >= n0` +The function `f(n) = O(g(n))` if there exists positive constants `c` and `n0` +such that `0 <= f(n) <= c*g(n)` for all `n >= n0`. Example: |
