We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976e81f commit a2d2e4dCopy full SHA for a2d2e4d
sorts/bogosort.py
@@ -12,7 +12,7 @@
12
import random
13
14
def bogosort(collection):
15
- """Pure implementation of quick sort algorithm in Python
+ """Pure implementation of bogosort algorithm in Python
16
:param collection: some mutable ordered collection with heterogeneous
17
comparable items inside
18
:return: the same collection ordered by ascending
0 commit comments