MCQOPTIONS
Saved Bookmarks
| 1. |
An algorithm is made up of two independent time complexities f (n) and g (n). Then thecomplexities of the algorithm is in the order of |
| A. | Max ( f(n),g(n)) |
| B. | f(n) x g(n) |
| C. | f(n) g(n) |
| D. | Min (f(n),g(n)) |
| Answer» B. f(n) x g(n) | |