Kizspy | Question: 41
(Choose 1 answer)
FJOVERFLOW.COM
Consider the following array of integers: {8, 1, 2, 7, 9}
What will be the state of the array after one pass of selection sort?
A. {1, 8, 2, 7, 9}
B. {8, 1, 2, 7, 9}
C. {1, 2, 8, 7, 9}
D. {1, 2, 7, 8, 9}