.net

.net

 

2013年9月11日

快速排序

摘要: 代码主体: 1 public class QuickSort { 2 public static void Sort(int[] List,int left,int right){ 3 4 if (left=Temp){15 right=right-1;16 } 17 List[left]=List[right];18 19 while(left<right && List[left]<=Temp){20 ... 阅读全文

posted @ 2013-09-11 11:50 严杰 阅读(164) 评论(0) 推荐(0) 编辑

导航