Ask Question
28 September, 00:49

Which is the highest in complexity?

A. (n) * 2n

B. (n2) * n

C. n2

D. nlog (n)

E. 3n

+5
Answers (1)
  1. 28 September, 02:46
    0
    B. (n2) * n.

    Explanation:

    The highest complexity is (n2) * n because on solving it will come out to be n³. So the growth rate is of cubical order which is the highest among the options.

    (n) * 2n is of the order of square. On solving it will be 2n².

    n² is also of the order of square.

    nlogn complexity is less than n² but greater than n.

    3n is of linear complexity. It has the lowest complexity among the options.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which is the highest in complexity? A. (n) * 2n B. (n2) * n C. n2 D. nlog (n) E. 3n ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers