二叉堆--C语言实现

binheap.hweb #ifndef _BINHEAP_H_ #define _BINHEAP_H_ #define MinPQSize 100 struct HeapStruct; typedef int ElementType; typedef struct HeapStruct *PriorityQueue; PriorityQueue Initialize(int MaxElemen
相关文章
相关标签/搜索