We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a050ab commit aad3c4dCopy full SHA for aad3c4d
Sorts/CocktailShakerSort.js
@@ -1,5 +1,8 @@
1
/*
2
- * Cocktail shaker sort is a sort algorithm that is a bidirectional bubble sort
+ * Cocktail Shaker Sort is an algorithm that is a Bidirectional Bubble Sort.
3
+ * The algorithm extends bubble sort by operating in two directions.
4
+ * While it improves on bubble sort by more quickly moving items to the beginning of the list,
5
+ * it provides only marginal performance improvements.
6
* more information: https://en.wikipedia.org/wiki/Cocktail_shaker_sort
7
* more information: https://en.wikipedia.org/wiki/Bubble_sort
8
*
0 commit comments