579 views
1 votes
1 votes
How many maximum and minimum element comparisons are required to merge 2 sorted arrays  of n and m elements into a single sorted array using merge sort procedure?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
5 answers
2
hitesh159 asked Apr 16, 2019
2,093 views
why not merge sort?we don’t swap in merge sort,we just create auxillary arrays and merge them by changing elements in the original array.should we consider that as a sw...
0 votes
0 votes
0 answers
3
Anurag Aizen Mukherj asked Nov 17, 2018
254 views
https://gateoverflow.in/?qa=blob&qa_blobid=8164680937983732221I don't understand the solution at all. I thought 91,33,44,and 77 can come in any possible ways but that has...
2 votes
2 votes
1 answer
4
Sambhrant Maurya asked Aug 13, 2018
650 views
How many edge disjoint spanning trees are possible for a undirected complete connected graph of n vertices?