Multiple Choice
The merge sort algorithm:
A) Can only be used on vectors of even length.
B) Works by reducing vectors down to the base case of a two-element vector.
C) Works by merging two sorted vectors into one larger sorted vector.
D) Cannot be implemented recursively.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The choice of which sorting algorithm to
Q1: The first step performed by the binary
Q2: Selection sort has a Big O of:<br>A)
Q5: An algorithm that requires _ operations to
Q6: A merge sort operation runs in:<br>A) O(log
Q7: At most, how many comparisons are required
Q7: Which of the following is not true
Q8: Which of the following represents the efficiency
Q10: Which of the following is not a