Skip to content

Commit ed3e57e

Browse files
authored
Update bead_sort.py
test
1 parent 53b2926 commit ed3e57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorts/bead_sort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def bead_sort(sequence: list) -> list:
8-
"""
8+
"""test
99
>>> bead_sort([6, 11, 12, 4, 1, 5])
1010
[1, 4, 5, 6, 11, 12]
1111

0 commit comments

Comments
 (0)