recategorized by
1,869 views

5 Answers

0 votes
0 votes
option D) The no of comparisons needed by merge sort in worst case is m+n-1
0 votes
0 votes

The number of comparisons needed in the worst case by the merge sort algorithm will be m+n-1 .

Answer:

Related questions

6 votes
6 votes
5 answers
1
admin asked Mar 31, 2020
1,617 views
Merge sort uses :Divide-and-conquerBacktrackingHeuristic approachGreedy approach
2 votes
2 votes
1 answer
2
admin asked Mar 31, 2020
4,403 views
Which type of algorithm is used to solve the "$8$ Queens" problem ?GreedyDynamicDivide and conquerBacktracking
1 votes
1 votes
2 answers
3
admin asked Mar 31, 2020
1,968 views
The average search time of hashing, with linear probing will be less if the load factor :is far less than $1$equals $1$is far greater than $1$none of the options
2 votes
2 votes
4 answers
4