Vidyalelo
Data Structure · Q401

Sorting Algorithms

Programming · Data Structure · question 401

Q401

In the following scenarios, when will you use selection sort?

A.
The input is already sorted
B.
A large file has to be sorted
C.
Large values need to be sorted with small keys
Answer
D.
Small values need to be sorted with large keys

Answer: Option C

Solution

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