From 296e6ae620a8ffa3ecb51f8682fce815bee50b9b Mon Sep 17 00:00:00 2001 From: Divay Prakash Date: Tue, 26 Feb 2019 17:12:57 +0530 Subject: Fixes #3486 --- asymptotic-notation.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asymptotic-notation.html.markdown') diff --git a/asymptotic-notation.html.markdown b/asymptotic-notation.html.markdown index a1dfe9e1..7a7989d3 100644 --- a/asymptotic-notation.html.markdown +++ b/asymptotic-notation.html.markdown @@ -110,7 +110,7 @@ Let's look to the definition of Big-O. 3log n + 100 <= c * log n ``` -Is there some pair of constants c, n0 that satisfies this for all n > 0? +Is there some pair of constants c, n0 that satisfies this for all n > n0? ``` 3log n + 100 <= 150 * log n, n > 2 (undefined at n = 1) -- cgit v1.2.3