实用标准文案 第三章 蛮力法 1. 选择排序 SelectionSort(A[0.n-1]) for i=0 to n-2 do min=i for j=i+1 to n-1 do if A[j]