retagged by
380 views
0 votes
0 votes

Merging K sorted list each of size n/k into one sorted list of n-elements using Heap Sort will take how much time?

retagged by

1 Answer

Related questions

1 votes
1 votes
1 answer
1
meethunjadhav asked Jul 30, 2018
433 views
suppose merge sort takes 2 sec to sort a set of 64 keys then how much time will take to sort a set of 512 keys?here, ans is 24 sec how it is plz explain me.
0 votes
0 votes
1 answer
3