diff options
| author | mo khan <mo@mokhan.ca> | 2021-11-07 19:28:39 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-11-07 19:28:39 -0700 |
| commit | f25f6ed3f80f3b73a6a9da0885926c1faf61052d (patch) | |
| tree | 2cf8dc4ab7092c4ba59a2d228cbf43a42ef1a68a /notes.md | |
| parent | d21efa2beccedd16beeb653fbe20e70c156c0d96 (diff) | |
format assignment
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: |
