I have homework from recursion tree and despite my search for hours I could not find the answer to this problem.
I appreciate if you can help.
Draw a recursion tree and give a tight asymptotic bound on the solution of the recurrence $T(n) = 2^{n/2}T(n/2) + 2^n$. You need not prove your answer.