The merge sort algorithm:

a. Can be used only 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...

Which function is best suited to capitalize the first letter of each word in a text string?

A) UPPER B) PROPER C) LOWER D) CONCATENATE

Computer Science & Information Technology

A photographer has more than 5 million photographs that she stores on a USB drive and takes to shows. What file system would best serve the photographer for this storage as well as storage for additional photos?

A) exFAT B) FAT12 C) FAT16 D) FAT32 E) NTFS

Computer Science & Information Technology