What is the time complexity of an $O((\ln n)^{\ln n})$ algorithm?

793 Views Asked by At

How can the time complexity of an $O((\ln n)^{\ln n})$ algorithm be simplified and compared to some other time complexities?

1

There are 1 best solutions below

0
On

some very simple calculation: $\log n^{\log n} = v = e^{\log v} = n^{\log \log n}$ give some options depending on what you need.