Vidyalelo
Data Structure · Q27

Sorting Algorithms

Programming · Data Structure · question 27

Q27

In which scenario would you prefer to use Shell Sort?

A.
When you need a stable sort.
B.
When the array is very small.
C.
When the array is large and unsorted.
Answer
D.
When the array is nearly sorted.

Answer: Option C

Solution

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