We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ee1a2 commit d7eb29eCopy full SHA for d7eb29e
sorts/shrink_shell.py
@@ -18,7 +18,7 @@
18
19
"""
20
21
-def shell_sort(collection):
+def shell_sort(collection: list) -> list:
22
"""Implementation of shell sort algorithm in Python
23
:param collection: Some mutable ordered collection with heterogeneous
24
comparable items inside
0 commit comments