📝 Made further notes on algos
This commit is contained in:
parent
4d32dfbd7a
commit
cb8c89c206
1 changed files with 4 additions and 0 deletions
|
|
@ -301,3 +301,7 @@ $$ O(n^3) $$
|
|||
**Exponential:**
|
||||
|
||||
$$ 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 $$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue