removeMin.MinHeap {Containers} | R Documentation |
This method removes and returns the smallest element of a MinHeap
.
smallest = aMinHeap$removeMin()
removeMin
removes and returns the root element of the MinHeap
in question, or returns NULL
if the MinHeap
is empty.
John Hughes