Skip to content

Commit 517cee1

Browse files
committed
Added CocktailSort
1 parent 327c546 commit 517cee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Searching and Sorting/Cocktail Sort/cocktailSort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def cocktailSort(unsorted):
2323

2424

2525
def test():
26-
arr = [3,4,8,76,45,3,1,0,5,-34]
26+
arr = [3,4,8,76,45,3,1,0,5,-34, 23]
2727
cocktailSort(arr)
2828

2929

0 commit comments

Comments
 (0)