MCQOPTIONS
Saved Bookmarks
| 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 x n |
| B. | minimum of m, n |
| C. | maximum of m, n |
| D. | m+n-1 |
| Answer» E. | |