Some algorithm templates for better understanding! 八大排序算法 名称 动图 代码 冒泡排序 [BubbleSort.py](/opt/git/LeetCode/docs/Algorithm\ Templates/Sort/BubbleSort.py) 插入排序 InsertSort.py 选择排序 SelectionSort.py 快速排序 QuickSort.py 希尔排序 ShellSort.py 归并排序 MergeSort.py 基数排序