Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d52b482

Browse files
committed
shell_sort.go
1 parent d4ac3f7 commit d52b482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎shell_sort.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package algorithm
22

33
// ShellSort ..
44
// No.4
5-
// 算法步骤:
5+
// 希尔排序 算法步骤:
66
// 1.选择一个增量序列 t1,t2,......,tk,其中 ti > tj, tk = 1;
77
// 2.按增量序列个数 k,对序列进行 k 趟排序;
88
// 3.每趟排序,根据对应的增量 ti,将待排序列分割成若干长度为 m 的子序列,分别对各子表进行直接插入排序。

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /