1.

An algorithm is made up of 2 modules M1&M2.; If order of M1 is f(n) & M2 is g(n) then the order of algorithm is?

A. F(n) + g(n)
B. F(n) X g(n)
C. Max (f(n),g(n))
D. Min (f(n),g(n))
Answer» E.


Discussion

No Comment Found