

MCQOPTIONS
Saved Bookmarks
1. |
An algorithm is made up of 2 modules M1 and M2.If order of M1 is f(n) and that of M2 is g (n), then the order of the algorithm is |
A. | f(n) x g(n) |
B. | f(n) + g (n) |
C. | min (f(n), g(n)) |
D. | max (f(n), g (n)) |
Answer» E. | |