If f(n) is O(g(n)) and f(n) is O(h(n)), then which of the following statements MUST be true: A. f(n) + g(n) is O(h(n)) B. g(n) + h(n) is O(f(n)) C. f(n) is O(g(n) + h(n)) D. None of the above
↧
If f(n) is O(g(n)) and f(n) is O(h(n)), then which of the following statements MUST be true: A. f(n) + g(n) is O(h(n)) B. g(n) + h(n) is O(f(n)) C. f(n) is O(g(n) + h(n)) D. None of the above