Open In App

Algorithms | Sorting | Question 23

Like Article
Like
Save
Share
Report

Which of the following is true about merge sort?

(A)

Merge Sort works better than quick sort if data is accessed from slow sequential memory.

(B)

Merge Sort is stable sort by nature

(C)

Merge sort outperforms heap sort in most of the practical situations.

(D)

All of the above.



Answer: (D)

Explanation:

Merge Sort satisfies all the three options given above.


Quiz of this Question
Please comment below if you find anything wrong in the above post


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads