Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd91edc9

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp