原创 選擇排序

void choice_sort(vector<int>&array, int n) { if (array.empty()) { return ; } for (int i = 0; i