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 dcf5aaa commit 067a100Copy full SHA for 067a100
sorts/shell_sort.py
@@ -48,4 +48,3 @@ def shell_sort(arr: list[int]) -> list[int]:
48
gap //= 2
49
50
return arr
51
-
0 commit comments