Fix array.md

This commit is contained in:
Yudong Jin
2022-12-09 21:47:24 +08:00
parent c20cfe5ae8
commit c8336df86d
4 changed files with 24 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ comments: true
「冒泡排序 Bubble Sort」是一种最基础的排序算法非常适合作为第一个学习的排序算法。顾名思义「冒泡」是该算法的核心操作。
!!! tip "为什么叫 “冒泡”"
!!! question "为什么叫 “冒泡”"
在水中,越大的泡泡浮力越大,所以最大的泡泡会最先浮到水面。