Fibonacci heap: Difference between revisions

Content added Content deleted
(Added Kotlin)
(Inserted a couple of blank lines between task description and contents.)
Line 10: Line 10:
** DecreaseKey(H,x,k) - ecrease value of element x in heap H to value k
** DecreaseKey(H,x,k) - ecrease value of element x in heap H to value k
** Delete(H,x) - remove element x from heap H
** Delete(H,x) - remove element x from heap H




=={{header|C++}}==
=={{header|C++}}==