in Algorithms edited by
999 views
1 vote
1 vote

An algorithm is made up of two modules $M1$ and $M2.$ If order of $M1$ is $f(n)$ and $M2$ is $g(n)$ then he order of algorithm is

  1. $max(f(n),g(n))$
  2. $min(f(n),g(n))$
  3. $f(n) + g(n)$
  4. $f(n) \times g(n)$
in Algorithms edited by
by
999 views

3 Answers

0 votes
0 votes
0 votes
0 votes
option A) max(f(n),g(n)) is the answer.
0 votes
0 votes
A – SHOULD BE THE ANSWER.
Answer:

Related questions