Problem:
By using the definition of Big-Oh show that if g1(n) is in O(f(n)) and g2(n) is in O(f(n)), then the sum g1(n) + g2(n) is in O(f(n)).
Additional Information:
This question is from Computer Science as well as it explains about applying Big-Oh definition for a given function.