竞争无处不在,青春永不言败!专业撸代码,副业修bug

Talk is cheap , show me the code!



摘要: 冒泡 排序: public static void Bubblesort(int [] a) { for(int x=0;x<=a.length-1;x++) { for(int y=0;y<a.length-1-x;y++) { swapArrayAsc(a,y,y+1); } } } 选择排序: 阅读全文
posted @ 2015-06-03 17:51 云雾散人 阅读(174) 评论(0) 推荐(0) 编辑

Your attitude not your aptitude will determine your altitude!

如果有来生,一个人去远行,看不同的风景,感受生命的活力!