We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a335b6 commit 2a55aa2Copy full SHA for 2a55aa2
sorts/bozo_sort.py
@@ -18,7 +18,7 @@
18
import random
19
20
21
-def bozo_sort(array: list):
+def bozo_sort(array: list) -> list:
22
"""
23
Pure Python implementation of the bozosort algorithm.
24
Examples:
0 commit comments