^Selection Sort
~Given the following numbers in array A ...

19 57 17 29 34 20 41 47 38 56

... what is the contents of array A after the first pass of a
Selection Sort?  For this question use the definition 'Largest
on the Right'.


a.    19  56  17  29  34  20  41  47  38  57
b.    56  34  20  38  17  47  29  19  57  41
c.    17  20  56  29  47  57  34  38  19  41
d.    29  47  41  19  20  17  56  57  38  34
e.    41  38  57  34  56  17  29  47  20  19