mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Fix typo in documentation
This commit is contained in:
parent
976e81f88d
commit
a2d2e4d6b5
@ -12,7 +12,7 @@ from __future__ import print_function
|
|||||||
import random
|
import random
|
||||||
|
|
||||||
def bogosort(collection):
|
def bogosort(collection):
|
||||||
"""Pure implementation of quick sort algorithm in Python
|
"""Pure implementation of bogosort algorithm in Python
|
||||||
:param collection: some mutable ordered collection with heterogeneous
|
:param collection: some mutable ordered collection with heterogeneous
|
||||||
comparable items inside
|
comparable items inside
|
||||||
:return: the same collection ordered by ascending
|
:return: the same collection ordered by ascending
|
||||||
|
Loading…
Reference in New Issue
Block a user