Multiple Choice
Which of the following sorts is not O(n lg(n) )
A) selection
B) heap
C) merge
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A class that implements the Comparable interface
Q2: You can think of the _ sort
Q3: Insertion sort is considered a quadratic sort.
Q4: The following represents the _ sort algorithm.<br>Set
Q5: Which of the following generally gives the
Q7: _ sorts an array by making several
Q8: Whenever a recursive method is called, a
Q9: _ sort has O(n<sup>3/2</sup>) or better performance.
Q10: The idea behind _ sort is to
Q11: In the best case, selection sort makes