Which of the following is true about merge sort?
Merge Sort works better than quick sort if data is accessed from slow sequential memory.
Merge Sort is stable sort by nature
Merge sort outperforms heap sort in most of the practical situations.
All of the above.
This question is part of this quiz :
Top MCQs on Sorting Algorithms with Answers,Top MCQs on QuickSort Algorithm with Answers,Top MCQs on MergeSort Algorithm with Answers,Top MCQs on HeapSort Algorithm with Answers