码迷,mamicode.com
首页 >  
搜索关键字:使用直接插入法对数组进行排序    ( 1个结果
使用直接插入法对数组进行排序
int[]array=newint[10]; //生成随机数对象 Randomrandom=newRandom(); for(inti=0;i<array.length;i++){ array[i]=random.nextInt(50); System.out.print(array[i]+""); } System.out.println("\n排序后:"); inttemp;//定义临时变量 intj; for(inti=..
分类:编程语言   时间:2017-03-16 03:27:43    阅读次数:210
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!