Solved

The Behavior of Merge Sort Is ____ in the Worst

Question 30

Multiple Choice

The behavior of merge sort is ____ in the worst case and ____ in the average case.


A) O(nlog2n) , O(nlog2n)
B) O(n2) , O(n)
C) O(nlog2n) , O(n2)
D) O(n2) , O(nlog2n)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions