Skip to content

Commit 2a55aa2

Browse files
authored
Update bozo_sort.py
1 parent 8a335b6 commit 2a55aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorts/bozo_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import random
1919

2020

21-
def bozo_sort(array: list):
21+
def bozo_sort(array: list) -> list:
2222
"""
2323
Pure Python implementation of the bozosort algorithm.
2424
Examples:

0 commit comments

Comments
 (0)