mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 10:31:29 +08:00
fix: comment in patience sort (#4972)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user