Method ADT.Priority_queue()->pop()
- Method
pop
ValueTypepop()- Description
Removes and returns the item on top of the heap, which also is the smallest value in the heap.
ValueType pop()
Removes and returns the item on top of the heap, which also is the smallest value in the heap.