Python:实现shell sort希尔排序算法 def shell_sort(collection): # Marcin Ciura's gap sequence gaps = [701, 301, 132, 57, 23