2006年9月11日

排序算法

摘要: 一,冒泡排序 /// /// bubbleSort; /// /// /*理解其实程序就是思路的复述而已*/ /// /// 目标数组 /// 交换次数 public static void BubleSort(ref int[] desti, ref int swapTimes) { int destiLen = desti.Length; /****... 阅读全文

posted @ 2006-09-11 14:08 Mat 阅读(201) 评论(0) 推荐(0) 编辑

导航