We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2382225 commit d91edc9Copy full SHA for d91edc9
src/algorithms/sorting/bubble-sort/README.md
@@ -3,7 +3,7 @@
3
Bubble sort, sometimes referred to as sinking sort, is a
4
simple sorting algorithm that repeatedly steps through
5
the list to be sorted, compares each pair of adjacent
6
-items and swaps them if they are in the wrong order.
+items and swaps them if they are in the wrong order(ascending or descending arrangement).
7
The pass through the list is repeated until no swaps
8
are needed, which indicates that the list is sorted.
9
0 commit comments