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