diff options
-rw-r--r-- | main.tex | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -650,6 +650,7 @@ From the lectures we know that $\log{n}$ is $\mathcal{O}(n^{d})$ for all $d$. | |||
650 | 650 | ||
651 | If $\log{n}$ is $\mathcal{O}(n^{\frac{1}{2}})$ then $n(\log{n})^{2}$ is $\mathcal{O}(n^{2})$. $H=2$. | 651 | If $\log{n}$ is $\mathcal{O}(n^{\frac{1}{2}})$ then $n(\log{n})^{2}$ is $\mathcal{O}(n^{2})$. $H=2$. |
652 | 652 | ||
653 | For $L$; we know that $f(n) = n(\log{n})^{2} > n^{1}$ but $n(\log{n})^{2} < n^{2}$ hence L = 1$. | ||
653 | 654 | ||
654 | % 1}}} % | 655 | % 1}}} % |
655 | 656 | ||