We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c873fa0 commit d530d2bCopy full SHA for d530d2b
sorts/patience_sort.py
@@ -29,7 +29,7 @@ def __eq__(self, other):
29
30
31
def patience_sort(collection: list) -> list:
32
- """A pure implementation of quick sort algorithm in Python
+ """A pure implementation of patience sort algorithm in Python
33
34
:param collection: some mutable ordered collection with heterogeneous
35
comparable items inside
0 commit comments