Skip to content

Commit b10e563

Browse files
committed
Update sorts/bead_sort.py
1 parent 2c1816b commit b10e563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sorts/bead_sort.py

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
https://en.wikipedia.org/wiki/Bead_sort
44
"""
55

6+
from itertools import pairwise
7+
68

79
def bead_sort(sequence: list) -> list:
810
"""

0 commit comments

Comments
 (0)