一,冒泡排序(Bubble Sort) 二,选择排序(Selection Sort) 三,插入排序(Insertion Sort) 四,希尔排序(Shell Sort) 五,归并排序(Merge Sort) 六,快速排序(Quick Sort) 七,堆排序(Heap Sort) 八,基数排序(Counting Sort)