Multiple Choice
An algorithm that cuts the work in half in each step is an ____ algorithm.
A) O(n)
B) O(n2)
C) O(log (n) )
D) O(n log (n) )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: The _ class contains a sort method
Q17: How many times can an array with
Q18: When does quicksort's worst-case run-time behavior occur?<br>I
Q19: Assume that names is an array of
Q20: Which of the sorts in the textbook
Q22: The binarySearch method of the Collections class
Q23: Suppose a developer gets class XYZ files
Q24: Which of the sorts in the textbook
Q25: Selection sort has O(n<sup>2</sup>) complexity. If a
Q26: In each iteration, selection sort places which