diff --git a/big_o_cheatsheet.md b/big_o_cheatsheet.md index 2f5098b8..ccff4928 100644 --- a/big_o_cheatsheet.md +++ b/big_o_cheatsheet.md @@ -305,3 +305,7 @@ $$ O(2^n) $$ ## Order of Types of Time Function $$ 1 < log(n) < \sqrt n < n < n(log(n)) < n^2 < n^3 < ... 2^n < 3^n .... < n^n $$ + +
+