mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
fix: comment in patience sort (#4972)
This commit is contained in:
parent
c873fa0b1b
commit
d530d2bcf4
|
@ -29,7 +29,7 @@ class Stack(list):
|
|||
|
||||
|
||||
def patience_sort(collection: list) -> list:
|
||||
"""A pure implementation of quick sort algorithm in Python
|
||||
"""A pure implementation of patience sort algorithm in Python
|
||||
|
||||
:param collection: some mutable ordered collection with heterogeneous
|
||||
comparable items inside
|
||||
|
|
Loading…
Reference in New Issue
Block a user