for every C>0 where C is constant we need to prove that:
O(f(n)) + C = O(f(n) + C) = O(f(n))
I am new to Big-Oh Notation and I would use any hint or guide how to deal with such things.
for every C>0 where C is constant we need to prove that:
O(f(n)) + C = O(f(n) + C) = O(f(n))
I am new to Big-Oh Notation and I would use any hint or guide how to deal with such things.