+ 1
How to sort 1 GB of data when only 100 of RAM memory is accessible at once all togather?
Mention the complete process.
4 Answers
+ 2
We should use merge sort in case where we have only 100 mb of data in primary memory but to sort 1gb of data.
+ 2
By Merge Sort, we can do that.
0
The question is how, you have to mention the method too!
- 2
Yes merge sort is the way, but how? How can you use merge sort to do the same? Keeping in mind, theoretically we know, merge sort requires double auxiliary space of order O(2n).