🚧 More algo notes
This commit is contained in:
parent
cb8c89c206
commit
0ab550d629
2 changed files with 4 additions and 0 deletions
|
|
@ -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
BIN
big_o_time_complexities.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
Loading…
Add table
Add a link
Reference in a new issue