Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/Complete Binary Tree/Heap/
Fibonacci heap
Search

Fibonacci heap

Creator
Creator
Seonglae Cho
Created
Created
2023 Oct 19 7:14
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Oct 19 7:15
Refs
Refs
 
 
 
 
 
Fibonacci heap
In computer science, a Fibonacci heap is a data structure for priority queue operations, consisting of a collection of heap-ordered trees. It has a better amortized running time than many other priority queue data structures including the binary heap and binomial heap. Michael L. Fredman and Robert E. Tarjan developed Fibonacci heaps in 1984 and published them in a scientific journal in 1987. Fibonacci heaps are named after the Fibonacci numbers, which are used in their running time analysis.
Fibonacci heap
https://en.wikipedia.org/wiki/Fibonacci_heap
 
 
 

Backlinks

Minimum spanning tree

Recommendations

Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/Complete Binary Tree/Heap/
Fibonacci heap
Copyright Seonglae Cho