Vidyalelo
Data Structure · Q45

Sorting Algorithms

Programming · Data Structure · question 45

Q45

Which sorting algorithm does not work efficiently for arrays with large ranges of integer keys?

A.
Quick Sort
B.
Merge Sort
C.
Counting Sort
Answer
D.
Radix Sort

Answer: Option C

Solution

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