Why this Big O Notation statement is considered true?
n^4 + 10000n^4.5 = O(0.0001 ∗ n^5)
If the power of the n
is not an integer, do we need to round it up?
Why this Big O Notation statement is considered true?
n^4 + 10000n^4.5 = O(0.0001 ∗ n^5)
If the power of the n
is not an integer, do we need to round it up?