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:

Verified
Correct Answer:
Verified
Related Questions
Q1: For a list of length n, the
Q2: When working with the unsorted portion of
Q25: A sequential search of an n-element list
Q26: If a list of eight elements is
Q27: A sequential search of an n-element list
Q28: The quick sort algorithm uses the _
Q31: The _ search algorithm is the optimal
Q34: The behavior of quick sort is _
Q35: The top node of a comparison tree
Q35: For a list of length n,insertion sort