1.

Which among the following is false?
If f=O(h) and g=O(k) for f,g,h,k:N->N, then

A. f+g = O(h+k)
B. fg = O(hk)
C. f<sup>g</sup>=O(h<sup>k</sup>)
D. None of the mentioned
Answer» D. None of the mentioned


Discussion

No Comment Found