Solved

After the Ith Iteration of the Selection Sort

Question 3

Multiple Choice

After the ith iteration of the selection sort:


A) The smallest i items of the array will be sorted into decreasing order in the first i elements of the array.
B) The largest i items of the array will be sorted into decreasing order in the last i elements of the array.
C) The smallest i items of the array will be sorted into increasing order in the first i elements of the array.
D) None of the above.

Correct Answer:

verifed

Verified

Related Questions