3,307 views
0 votes
0 votes

You have to sort 1 GB of data with only 100 MB of available main memory. Which sorting technique will be most appropriate?

1)QuickSort

2)MergeSort

3)HeapSort

4)Selection Sort

Explain? How

1 Answer

Related questions

0 votes
0 votes
0 answers
1
Rahul Ranjan 1 asked Jun 15, 2018
671 views
You are asked to sort 15 randomly generated numbers. One should prefer - 1. Bubble Sort2. Quick Sort3. Merge Sort4. Heap Sort Please explain why others 3 sorting algorith...
2 votes
2 votes
1 answer
2
pankaj_vir asked Mar 19, 2018
1,532 views
1 votes
1 votes
1 answer
3
reena_kandari asked Jul 30, 2016
997 views
The number of elements that can be sorted in time using heap sort ?
2 votes
2 votes
1 answer
4
deepak mahapatra asked Jan 19, 2017
16,909 views
As part of maintenance work, you are entrusted with the work of rearranging the library books in a shelf in proper order, at the end of each day. The ideal choice will be...