What is the drawback of the mergesort with respect to storage?
What will be an ideal response?
The mergesort requires an auxiliary array whose size equals the size of the original array. For languages, such as C++, that store the actual data items in the array, this requirement might not be acceptable in situations where storage is limited and the items are large.
Computer Science & Information Technology
You might also like to view...
Twitter allows you to send private tweets in the form of ________ to anyone who follows your tweets
A) personal tweets B) direct messages C) secret messages D) protected tweets
Computer Science & Information Technology
A ________ is a worksheet with cells referred to by summary sheet formulas
A) total sheet B) detail sheet C) cover sheet D) properties sheet
Computer Science & Information Technology