- #1
asd1249jf
Homework Statement
1. f(n) = log(n) ^ (log(n)). Simplify for Big-O notation.
The Attempt at a Solution
1.
I'm just trying to prove a big-O notation for one of my courses, and this was simplified to
f(n) = n^log(log(n))
And I'm having a hard time seeing why. Any guidance would be appreciated.
Last edited by a moderator: