1.选择排序 2.插入排序 3.快排 4.归并排序 5.堆排序 6.基数排序(LSD) 7.基数排序(MSD) 8.std::sort 9.std::stable sort 10.shell排序 11.冒泡排序 12.鸡尾酒排序 (Cocktail Sort) (双向的冒泡排序) 13.地精排序Gnome Sort 14.双调排序(bitonic sort) 15.猴子排序(Bogo sort)