Question
What is a common use of Merge Sort?
Select an option. Your answer will be checked instantly.
Correct Answer: B. stable sorting with guaranteed O(n log n) time
Explanation:
Merge Sort is commonly used for stable sorting with guaranteed O(n log n) time.
Its design supports this task efficiently or naturally.
Leave a Reply