Skip to content

Commit aaade3d

Browse files
committed
Update ShellSortImple.py
1 parent 5ace7ab commit aaade3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorting/ShellSortImple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shell Sort Implementation
22

3-
# Author: Pradeep K. Pant, , https://pradeeppant.com
3+
# Author: Pradeep K. Pant, https://pradeeppant.com
44

55
# This is also called diminishing incremental sort
66
# The shell sort improves on insertion sort by breaking the original list into a

0 commit comments

Comments
 (0)