From 26c7b45feb80bf1aa456e8e75a6087288e57ca10 Mon Sep 17 00:00:00 2001 From: Jake Prather Date: Sun, 1 Feb 2015 11:14:48 -0600 Subject: formatting - removed italics --- asymptotic-notation.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asymptotic-notation.html.markdown') diff --git a/asymptotic-notation.html.markdown b/asymptotic-notation.html.markdown index ba665a95..3ed1a25a 100644 --- a/asymptotic-notation.html.markdown +++ b/asymptotic-notation.html.markdown @@ -97,9 +97,9 @@ g(n) = n ``` is f(n) O(g(n))? -is 3*n^2 O(n)? +is 3 * n^2 O(n)? Let's look at the definition of Big-Oh. -3*n^2 <= c * n +3 * n^2 <= c * n Is there some constant c that satisfies this for all n? No there isn't, f(n) is NOT O(g(n)). -- cgit v1.2.3