Vidyalelo
Data Structure · Q179

Sorting Algorithms

Programming · Data Structure · question 179

Q179

In which of the following case strand sort is most efficient?

A.
when input array is already sorted
Answer
B.
when input array is reverse sorted
C.
when input array is large
D.
when input array is has randomly spread elements

Answer: Option A

Solution

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