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

Commit6be276f

Browse files
committed
Fix indentations in bubble-sort README.
1 parentd91edc9 commit6be276f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
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(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.
6+
items and swaps them if they are in the wrong order
7+
(ascending or descending arrangement). The pass through
8+
the list is repeated until no swaps are needed, which
9+
indicates that the list is sorted.
910

1011
![Algorithm Visualization](https://upload.wikimedia.org/wikipedia/commons/c/c8/Bubble-sort-example-300px.gif)
1112

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp