Method ADT.Heap()->low_pop()

class ADT.Heap

Method low_pop

Element(< ValueType >) 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()