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.

c. Works by merging two sorted vectors into one larger sorted vector.

Computer Science & Information Technology

You might also like to view...

What class access modifier is used to indicate that access is limited to another class to which the class belongs?

A. private B. internal C. protected D. public

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. GUIs are windowing interfaces that handle user input and output. 2. In event-driven programming, your program determines the order in which things happen.

Computer Science & Information Technology