Given two sorted list of size m and n respectively. The number of comparisons needed the worst case by the merge sort algorithm will be
(A) m x n
(B) maximum of m and n
(C) minimum of m and n
(D) m + n – 1
All Replies
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.