T(n)=2T(n)+log2nT(n)=2T(\sqrt{n})+\log_2 nT(n)=2T(n)+log2n
答案是:O(lognloglogn)O(\log n\log \log n)O(lognloglogn)
有人有详细的推导过程吗