retagged by
383 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

0 votes
0 votes
0 answers
1
Emankashyap asked 2 days ago
27 views
In quick sort, n numbers the (n/10)th element is selected as pivot using n^2 sortimng time complexity what will be the time complexity of quick sort is.....a)O(nlogn)b)O(...
1 votes
1 votes
1 answer
2
meethunjadhav asked Jul 30, 2018
448 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
4