随笔分类 -  数据结构和算法

摘要:int[] aa = {1,3,63,54,2,67};把以上数组的值随机打乱public class Test{ public static void main(String[] args){ int len = aa.length; int temp = 0; for(int i=0;i<l... 阅读全文
posted @ 2015-12-04 18:50 王金松 阅读(199) 评论(0) 推荐(0)