二叉堆--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
相關文章
相關標籤/搜索