Skip to content

Commit d91edc9

Browse files
SlyCreatortrekhleb
authored andcommitted
update on readme (trekhleb#235)
I make sure readers get the full understanding of the documentation
1 parent 2382225 commit d91edc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/sorting/bubble-sort/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Bubble sort, sometimes referred to as sinking sort, is a
44
simple sorting algorithm that repeatedly steps through
55
the list to be sorted, compares each pair of adjacent
6-
items and swaps them if they are in the wrong order.
6+
items and swaps them if they are in the wrong order(ascending or descending arrangement).
77
The pass through the list is repeated until no swaps
88
are needed, which indicates that the list is sorted.
99

0 commit comments

Comments
 (0)