提交 cd4030c6 编写于 作者: W WalterWen

选择排序

上级 dddd860a
......@@ -38,7 +38,7 @@ public class SelectionSort {
public static void main(String[] args) {
int array[] = {3, 44, 38, 5, 47, 15, 36, 26, 27, 2, 46, 4, 19, 50, 48};
// 调用冒泡排序方法
// 调用选择排序方法
SelectionSort bubble = new SelectionSort();
System.out.print("排序前: ");
bubble.printAll(array);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册