Update the labels of the figures.

This commit is contained in:
krahets
2023-02-25 23:35:39 +08:00
parent 93fb0075cc
commit e500b19f5a
44 changed files with 156 additions and 76 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ comments: true
2. 同理,对剩余 $n - 1$ 个元素执行「冒泡」,可将第二大元素交换至正确位置,因而待排序元素只剩 $n - 2$ 个。
3. 以此类推…… **循环 $n - 1$ 轮「冒泡」,即可完成整个数组的排序**
![bubble_sort](bubble_sort.assets/bubble_sort.png)
![bubble_sort_overview](bubble_sort.assets/bubble_sort_overview.png)
<p align="center"> Fig. 冒泡排序流程 </p>