English

Layered Heaps Beating Standard and Fibonacci Heaps in Practice

Data Structures and Algorithms 2015-10-13 v1

Abstract

We consider the classic problem of designing heaps. Standard binary heaps run faster in practice than Fibonacci heaps but have worse time guarantees. Here we present a new type of heap, a layered heap, that runs faster in practice than both standard binary and Fibonacci heaps, but has asymptotic insert times better than that of binary heaps. Our heap is defined recursively and maximum run time speed up occurs when a recursion depth of 1 is used, i.e. a heap of heaps.

Cite

@article{arxiv.1510.03367,
  title  = {Layered Heaps Beating Standard and Fibonacci Heaps in Practice},
  author = {Peter Huggins},
  journal= {arXiv preprint arXiv:1510.03367},
  year   = {2015}
}
R2 v1 2026-06-22T11:18:20.889Z