Properties of growth rate functions
You can ignore low-order terms in an algorithm’s growth:
You can ignore multiplicative constant in the higher order term of a growth-rate function:
You can combine growth rate functions.
Example: O(f(N))) + O(g(N)) = O(f(N) + g(N))