Fibonacci heap: Difference between revisions

m
correct a spelling error in the task preamble.
(Inserted a couple of blank lines between task description and contents.)
m (correct a spelling error in the task preamble.)
Line 8:
** Minimum(H) - return minimum value from heap H
** ExtractMin(H) - (or DeleteMin(H)) - return minimum value from heap H and remove it from heap
** DecreaseKey(H,x,k) - ecreasedecrease value of element x in heap H to value k
** Delete(H,x) - remove element x from heap H