Home »
MCQs »
Algorithms MCQs
Which of the following is a real-world application of Merge Sort?
5. Which of the following is a real-world application of Merge Sort?
- Prim's algorithm
- Sorting large datasets
- Depth-first search
- None of the above
Answer
The correct answer is: B) Sorting large datasets
Explanation
Merge Sort is particularly useful for sorting large datasets.