Multiple Choice
In merge sort, the total effort to reconstruct the sorted array through merging is ____.
A) O(1)
B) O(log2n)
C) O(n log n)
D) O(n2)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The following is the _ algorithm.<br>Access the
Q16: The following is the _ algorithm<br>For fill
Q17: Shell sort is _ if successive powers
Q18: The Java API _ provides a class
Q19: With respect to selection sort, the number
Q20: The number of comparisons for a selection
Q21: The method<i> sort(int[] items), </i>in class java.util.Arrays,
Q22: Insertion sort is an example of a(n)
Q24: The best sorting algorithms provide _ average-case
Q25: The improvement of Shell sort over insertion