Skip to content

Commit

Permalink
Update sorts/bead_sort.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximSmolskiy committed Apr 8, 2024
1 parent 2c1816b commit b10e563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sorts/bead_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
https://en.wikipedia.org/wiki/Bead_sort
"""

from itertools import pairwise


def bead_sort(sequence: list) -> list:
"""
Expand Down

0 comments on commit b10e563

Please sign in to comment.