Skip to content

Commit 289f7cb

Browse files
committed
2 parents 8f50689 + b4c773b commit 289f7cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sorts/bubble_sort/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222

2323

24+
从图中可以看到,冒泡只有最上面的会保证顺序排列,剩下是逐渐(向有序)“靠拢”的过程。
25+
2426
## 复杂度
2527

2628
平均时间复杂度:`O(n^2)`

0 commit comments

Comments
 (0)