mirror of
https://github.com/chefyuan/algorithm-base.git
synced 2026-03-10 20:04:44 +00:00
chefyuan
This commit is contained in:
@@ -106,7 +106,7 @@ class Solution {
|
||||
|
||||
显然不是,我们冒泡排序的思想是两两比较**相邻记录**的关键字,注意里面有相邻记录,所以这段代码不是我们的冒泡排序,下面我们用动图来模拟一下冒泡排序的执行过程,看完之后一定可以写出正宗的冒泡排序。
|
||||
|
||||

|
||||

|
||||
|
||||
**题目代码**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user