Describe the structure of a Fibonacci heap

Various compression utilities running on personal computers
March 20, 2023
Sketch a Binomial Heap data structure containing the four values {2, 4, 6, 8}
March 20, 2023

Describe the structure of a Fibonacci heap

Advanced Algorithms
Describe the structure of a Fibonacci heap and explain how to perform the following
operations:
(a) create an empty heap
(b) add a single new node to a heap
(c) form the union of two existing heaps
(d) identify the smallest item in a heap
How long does each of these operations take?