Google News
logo
Algorithm - Quiz(MCQ)
What will be the best sorting algorithm, given that the array elements are small (<= 1e6)?
A)
Merge Sort
B)
Bubble Sort
C)
Heap Sort
D)
Counting Sort

Correct Answer : Option (D) :   Counting Sort

Advertisement