🚧 More algo notes

This commit is contained in:
z3rOR0ne 2024-11-11 21:26:02 -08:00
parent cb8c89c206
commit 0ab550d629
2 changed files with 4 additions and 0 deletions

View file

@ -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 $$
<div style="text-align: center;">
<img src="./big_o_time_complexities.png" />
</div>

BIN
big_o_time_complexities.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB