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. E. None of the above.