Overview

Time Complexities

Strict Fibonacci Heap (Brodal, Lagogiannis & Tarjan, 2012) is the first heap structure that uses pointer-based heap implementation to match the time complexities of Fibonacci Heap in the worst case, as shown in the chart below:

Basic Structure


The analysis on this site is based on Strict Fibonacci Heaps