Skip to content

Commit e29821d

Browse files
Forgot to make call of the method equal
1 parent b52122a commit e29821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorting/ShellSort/python/shellsort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ def shell_sort(arr):
1717
arr[j] = temp
1818
gap /= 2
1919

20-
shellSort(arr)
20+
shell_sort(arr)

0 commit comments

Comments
 (0)