Method ADT.Heap()->low_pop()


Method low_pop

Element low_pop()

Description

Removes and returns the Element on top of the heap, which also is the smallest value in the heap.

Returns

Returns UNDEFINED if the heap is empty.

See also

pop(), peek(), push(), remove()