8000 update on readme (#235) · lucianosb/javascript-algorithms@d91edc9 · GitHub
[go: up one dir, main page]

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
< 3E2B td data-grid-cell-id="diff-f7fa7138cf12aaf24b8d0758b2b407cd13b33cf0cbb0606950d24e21c772804e-8-8-2" data-line-anchor="diff-f7fa7138cf12aaf24b8d0758b2b407cd13b33cf0cbb0606950d24e21c772804eR8" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
are needed, which indicates that the list is sorted.
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
99

0 commit comments

Comments
 (0)
0