For example:
$F(n) = \log(n) + 3\log^5(n^2) + 2\log^3(n)$
What would the asymptotic notation be since the logarithms have a different exponent. Are higher exponent logs more dominant in the notation?
For example:
$F(n) = \log(n) + 3\log^5(n^2) + 2\log^3(n)$
What would the asymptotic notation be since the logarithms have a different exponent. Are higher exponent logs more dominant in the notation?
Classify by degree:
$F(n)\sim_\infty 96\log^5(n)$.