摘要: fatal.h leftheap.h queue.h leftheap.c queue.c testleft.c c include "leftheap.h" include define MaxSize 10 int main() { PriorityQueue H; int i, j, MinE 阅读全文
posted @ 2017-02-08 10:59 typewriter 阅读(310) 评论(0) 推荐(0)
摘要: fatal.h binheap.h binheap.c testheap.c c include "binheap.h" include define MaxSize (33) int main() { PriorityQueue H; int i, j; H = Initialize(MaxSiz 阅读全文
posted @ 2017-02-08 02:47 typewriter 阅读(342) 评论(0) 推荐(0)