📝 Made further notes on algos

This commit is contained in:
z3rOR0ne 2024-11-11 19:01:10 -08:00
parent 4d32dfbd7a
commit cb8c89c206

View file

@ -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 $$