导航

随笔分类 -  数据结构

摘要:using System;using System.Collections.Generic;using System.Text;namespace MaxHeapSort{ class Program { private static int[] myArray; private static int arraySize; //交换数据 static void Exchange(int i,int... 阅读全文

posted @ 2009-07-04 11:30 kingwangzhen 阅读(969) 评论(2) 推荐(1) 编辑