Back to the 2019 paper

Module 1: Introduction and Complexity Analysis

201914m

Prove that if f1(n)=O(g1(n))f_1(n) = O(g_1(n)) and f2(n)=O(g2(n))f_2(n) = O(g_2(n)), then f1(n)+f2(n)=O(g1(n)+g2(n))f_1(n) + f_2(n) = O(g_1(n) + g_2(n)).

Similar questions