Description: Data structure: priority queue (maximum heap, the largest left-high tree) to initialize the greatest left-high tree using the array described in the queue
To Search:
File list (Check if you may need any files):
9.优先队列:最大堆和左高树\MaxHBLT.cpp
..........................\MaxHeap.cpp
..........................\Queue.cpp
9.优先队列:最大堆和左高树