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 $$ + +
+ +
diff --git a/big_o_time_complexities.png b/big_o_time_complexities.png new file mode 100644 index 00000000..867686ab Binary files /dev/null and b/big_o_time_complexities.png differ