698 views
0 votes
0 votes
What is the extra memory needed for merge sort:

1] In case of Iterative merge sort.(DS:Array)

2]In case of Recursive merge sort.(DS:Array)

3] In case of Iterative merge sort.(DS:Linked List)

4]In case of Recursive merge sort.(DS:Linked List)

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
Vikas123 asked Jan 8, 2019
1,034 views
Can anyone help me to understand this problem….??
0 votes
0 votes
1 answer
3
Abhisek Tiwari 4 asked Nov 24, 2018
644 views
no of comparisons in merge sort max?how many max no swaps??[if inplace algo]
3 votes
3 votes
1 answer
4
Kaushal Sanadhya asked Oct 9, 2018
1,686 views
How many swaps are performed in Merge sort algorithm in worst case?