We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52122a commit e29821dCopy full SHA for e29821d
Sorting/ShellSort/python/shellsort.py
@@ -17,4 +17,4 @@ def shell_sort(arr):
17
arr[j] = temp
18
gap /= 2
19
20
-shellSort(arr)
+shell_sort(arr)
0 commit comments