Description: With the realization of a priority queue heap curriculum design, good to have a complete package of curriculum design documents and source code!
- [MaxHeap] - used Heap priority queue
- [sort_cpp] - From there: Merging Sort, Insertion Sort
- [zuidatuan] - Priority queue using branch and bound me
- [heap] - Heap and
- [huffman] - 用函数指针实现的优先队列与huffman算法,c语言实现
- [heap] - heap program in c language
File list (Check if you may need any files):
Heap.cpp
用堆实现优先队列.doc