summaryrefslogtreecommitdiffhomepage
path: root/asymptotic-notation.html.markdown
diff options
context:
space:
mode:
authorGraham Mueller <graham.mueller315@gmail.com>2015-02-01 11:50:48 -0600
committerGraham Mueller <graham.mueller315@gmail.com>2015-02-01 11:50:48 -0600
commit44e0d3a85942031228fa0f942c245ac4584e3e47 (patch)
tree54b8f0eef0940da73e31ffaa4648b2764a32fad3 /asymptotic-notation.html.markdown
parenta5283ebff1ab87c37efc5e83867070aeea743427 (diff)
Update asymptotic-notation.html.markdown
Fixing newlines hopefully. Hard to tell in the editor.
Diffstat (limited to 'asymptotic-notation.html.markdown')
-rw-r--r--asymptotic-notation.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/asymptotic-notation.html.markdown b/asymptotic-notation.html.markdown
index 50fa6f4f..c8187526 100644
--- a/asymptotic-notation.html.markdown
+++ b/asymptotic-notation.html.markdown
@@ -75,8 +75,8 @@ f(n) = 3log n + 100
g(n) = log n
```
-Is `f(n)` O(g(n))?
-Is `3 log n + 100` O(log n)?
+Is `f(n)` O(g(n))?
+Is `3 log n + 100` O(log n)?
Let's look to the definition of Big-Oh.
```
3log n + 100 <= c * log n