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 02680c9 commit f944b91Copy full SHA for f944b91
sorts/unknown_sort.py
@@ -6,7 +6,7 @@
6
"""
7
8
9
-def merge_sort(collection):
+def merge_sort(collection: list) -> list:
10
"""Pure implementation of the fastest merge sort algorithm in Python
11
12
:param collection: some mutable ordered collection with heterogeneous
0 commit comments