(data structure)
Definition: A heap made of a forest of trees. The amortized cost of the operations create, insert a value, decrease a value, find minimum, and merge or join (meld) two heaps, is a constant Θ(1). The delete operation takes O(log n).
Generalization (I am a kind of ...)
heap.
Aggregate parent (I am a part of or used in ...)
priority queue, Dijkstra's algorithm.
Note: After [CLR90, page 421].
Author: PEB
Michael L. Fredman and Robert Endre Tarjan, Fibonacci heaps and their uses in improved network optimization algorithms, Journal of the ACM, 34(3):596-615, July, 1987.
If you have suggestions, corrections, or comments, please get in touch with Paul Black.
Entry modified 24 November 2008.
HTML page formatted Mon Feb 2 13:10:39 2015.
Cite this as:
Paul E. Black, "Fibonacci heap", in
Dictionary of Algorithms and Data Structures [online], Vreda Pieterse and Paul E. Black, eds. 24 November 2008. (accessed TODAY)
Available from: http://www.nist.gov/dads/HTML/fibonacciHeap.html