摘要: public class SortTest { private static int ARRAY_NUMBER=10; public static void main(String[] args) { // TODO Auto-generated method stub //准备待排序的序列 Random random = new ... 阅读全文
posted @ 2017-11-09 22:44 纳木错星空 阅读(197) 评论(0) 推荐(0) 编辑
摘要: package com.sort.test; import java.util.Arrays; import java.util.Random; public class VeriableSort { private static int MAX_NUMBER=10; public static void main(String[] args) { // TO... 阅读全文
posted @ 2017-11-09 22:44 纳木错星空 阅读(190) 评论(0) 推荐(0) 编辑