06 2013 档案

摘要:1.Excellent!真优秀!2.Fantastic!太奇妙了!3.Followmynose.凭直觉。4.Friendshipfirst,competitionsecond.友谊第一,比赛第二。5.Godowntobusiness.言归正传。 阅读全文
posted @ 2013-06-17 09:34 醉孟子 阅读(86) 评论(0) 推荐(0)
摘要:1、选择排序classSelectionSorter{privateintmin;publicvoidSort(int[]arr){for(inti=0;iarr[i+1]){done=false;temp=arr[i];arr[i]=arr[i+1];//交换数据arr[i+1]=temp;}}j++;}}}3、快速排序classQuickSorter{privatevoidswap(refintl,refintr){inttemp;temp=l;l=r;r=temp;}publicvoidSort(int[]list,intlow,inthigh){intpivot;//存储分支点intl 阅读全文
posted @ 2013-06-02 22:27 醉孟子 阅读(125) 评论(0) 推荐(0)