Q. In the following scenarios, when will you use selection sort? (Solved)
1. The input is already sorted
2. A large file has to be sorted
3. Large values need to be sorted with small keys
4. Small values need to be sorted with large keys
- c. Large values need to be sorted with small keys