summaryrefslogtreecommitdiff
path: root/notes.md
diff options
context:
space:
mode:
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: