Skip to content

Commit acec2c2

Browse files
authored
Merge pull request TheAlgorithms#448 from vikaskyadav/patch-1
Update README.md
2 parents 4fc68bb + 3fef88a commit acec2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ __Properties__
3030
* Best case performance O(n+k)
3131
* Average case performance O(n+k)
3232

33-
### Coctail shaker
33+
### Cocktail shaker
3434
![alt text][cocktail-shaker-image]
3535

3636
From [Wikipedia][cocktail-shaker-wiki]: Cocktail shaker sort, also known as bidirectional bubble sort, cocktail sort, shaker sort (which can also refer to a variant of selection sort), ripple sort, shuffle sort, or shuttle sort, is a variation of bubble sort that is both a stable sorting algorithm and a comparison sort. The algorithm differs from a bubble sort in that it sorts in both directions on each pass through the list.

0 commit comments

Comments
 (0)