1.

Given two sorted list of size ‘m’ and ‘n’ respectively. The number of comparisons needed in the worst case by the merge sort algorithm will be:

A. m × n
B. minimum of m, n
C. maximum of m, n
D. m + n - 1
Answer» E.


Discussion

No Comment Found

Related MCQs