Vidyalelo
Data Structure · Q306

Sorting Algorithms

Programming · Data Structure · question 306

Q306

Which of the following is good for sorting arrays having less than 100 elements?

A.
Quick Sort
B.
Selection Sort
C.
Merge Sort
D.
Insertion Sort
Answer

Answer: Option D

Solution

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