Vidyalelo
Data Structure · Q20

Sorting Algorithms

Programming · Data Structure · question 20

Q20

Which algorithm is typically used in applications where the input size is very large and a stable sort is required?

A.
Heap Sort
B.
Merge Sort
Answer
C.
Radix Sort
D.
Heap Sort

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board