I'm not that familiar with logs in general so not sure how to handle when say comparing two functions to see which one would grow slower / faster
$$n^{\log\log n}$$
to this...
$$(\log n)^{\log n}$$
Anyone able to help clarify? Just not sure what I should be doing when a log is in the exponent. I've only dealt with functions that have a base that is the same as the base of the function. For example...
$$2^{\log_2 9} = 9$$
math.stackexchange.com/questions/1382947/how-to-recognise-intuitively-which-functions-grow-faster-asymptotically?rq=1
Where the person has similar functions but the response leaves it as (how?) for an explanation. found it after I posted...trying to make sense of it
– pad11 Sep 30 '16 at 20:24