摘要: package sort;import java.util.Scanner;public class QuickSort { public static int[] arr; static{ System.out.println("Enter the array to so... 阅读全文
posted @ 2015-07-27 22:24 吕布布1995 阅读(124) 评论(0) 推荐(0) 编辑
摘要: package sort;import java.util.Scanner;public class SelectionSort { public static int arr[]; static{ System.out.println("Enter the array t... 阅读全文
posted @ 2015-07-27 22:23 吕布布1995 阅读(117) 评论(0) 推荐(0) 编辑