In the following scenarios, when will you use selection sort?
Posted: Wed Jul 13, 2022 6:15 pm
a) The input is already sorted
b) A large file has to be sorted
c) Large values need to be sorted with small keys
d) Small values need to be sorted with large keys
b) A large file has to be sorted
c) Large values need to be sorted with small keys
d) Small values need to be sorted with large keys