Multiple Choice
Shell sort is ____ if successive powers of 2 are used for gap.
A) O(log n)
B) O(1)
C) O(log2n)
D) O(n2)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: The following is the _ algorithm.<br>Build a
Q13: The following represents the algorithm for _
Q14: With respect to merge sort, additional space
Q15: The following is the _ algorithm.<br>Access the
Q16: The following is the _ algorithm<br>For fill
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)