I'm trying to show the following and I'm not quite sure how:
$f_1(n) = n^n$ is $O(f_2(n) = 3^{2^n})$ and $f_2(n) = 3^{2^n} = O(f_3(n) = 2^{3^n}) $
does anyone have an idea? calculating the limits is an option it's just that I don't get too far that way either. thanks ahead.