排序算法总结 直接插入排序希尔排序快速排序选择排序归并排序堆排序 以上6中排序算法用golang 做了实现 code:https://github.com/leisunstar/go_base/tree/master/sorting_algorithm