$n$ is $O(\log n)^{\log n}$ ? This is true or false, Give the reasons behind that ? I dont get understand about that $O(\log n)^{\log n}$.
2026-03-29 08:13:38.1774772018
Analysis of algorithm about complexity
39 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The question is, wheter $n$ can be written as $n = f(n)^{\log n}$ where $f$ is a function such that $f\in O(\log)$. This is true, as $$ n = 2^{\log n}$$ an the constant function $f(n) := 2$ has $f \in O(\log)$ as $\log$ is unbounded.