Skip to content

Commit 9b31538

Browse files
authored
Update 4.shellSort.md
1 parent c527f83 commit 9b31538

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

4.shellSort.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
希尔排序的基本思想是:先将整个待排序的记录序列分割成为若干子序列分别进行直接插入排序,待整个序列中的记录“基本有序”时,再对全体记录进行依次直接插入排序。
1111

12+
下面给出博客[八大排序算法-shell 排序](http://blog.csdn.net/qishouzhang/article/details/47065381) 中的一张图
13+
![](http://p1r3973u8.bkt.clouddn.com/image/jpg/sort-shell.jpg20150726092554557)
1214

1315
## 1. 算法步骤
1416

0 commit comments

Comments
 (0)