2011年10月18日

摘要: 堆排序使用的是构造大顶堆,然后交换第0个元素和最后一个元素,依次类推完成排序 1 public class test { 2 3 public static void main(String[] args) { 4 int[] data5 = new int[] {... 阅读全文
posted @ 2011-10-18 10:40 pokemonzj 阅读(190) 评论(0) 推荐(0)

导航