summaryrefslogtreecommitdiff
path: root/notes.md
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-11-07 19:28:39 -0700
committermo khan <mo@mokhan.ca>2021-11-07 19:28:39 -0700
commitf25f6ed3f80f3b73a6a9da0885926c1faf61052d (patch)
tree2cf8dc4ab7092c4ba59a2d228cbf43a42ef1a68a /notes.md
parentd21efa2beccedd16beeb653fbe20e70c156c0d96 (diff)
format assignment
Diffstat (limited to 'notes.md')
-rw-r--r--notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/notes.md b/notes.md
index de455b5..db9c506 100644
--- a/notes.md
+++ b/notes.md
@@ -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: