文件名称:MaxHeap
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-09-06
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
数据结构最大堆的实现。
里面包含了最大堆的下滑调整算法、最大堆的上滑调整算法、将x插入到最大堆中的函数、最大堆的删除算法。-Data structure to achieve maximum heap.
Which contains the largest decline heap adjustment algorithm, the biggest pile of slip adjustment algorithm, the x is inserted into the largest heap of functions, the maximum heap deletion algorithms.
里面包含了最大堆的下滑调整算法、最大堆的上滑调整算法、将x插入到最大堆中的函数、最大堆的删除算法。-Data structure to achieve maximum heap.
Which contains the largest decline heap adjustment algorithm, the biggest pile of slip adjustment algorithm, the x is inserted into the largest heap of functions, the maximum heap deletion algorithms.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MaxHeap\MaxHeap.dsp
.......\MaxHeap.dsw
.......\MaxHeap.h
.......\data.txt
.......\main.cpp
MaxHeap