02/21/00
COM1100 Winter2000 Yuhong Yin
5
Selection Sort Implementation
nWe will implement three functions
nvoid swap(int& x, int& y);
nint smallestElement(int list[], int size, int startIndex);
nint SelectionSort(int list[], int size);