提交 78c0aca5 编写于 作者: W WalterWen

排序算法

上级 d4cb88c9
...@@ -13,7 +13,7 @@ public class BubbleSort { ...@@ -13,7 +13,7 @@ public class BubbleSort {
int tmp = list[j]; int tmp = list[j];
list[j] = list[j + 1]; list[j] = list[j + 1];
list[j + 1] = tmp; list[j + 1] = tmp;
flag = false; flag = false;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册