Randomized Meldable Priority Queues

  • Authors:
  • Anna Gambin;Adam Malinowski

  • Affiliations:
  • -;-

  • Venue:
  • SOFSEM '98 Proceedings of the 25th Conference on Current Trends in Theory and Practice of Informatics: Theory and Practice of Informatics
  • Year:
  • 1998

Quantified Score

Hi-index 0.01

Visualization

Abstract

We present a practical meldable priority queue implementation. All priority queue operations are very simple and their logarithmic time bound holds with high probability, which makes this data structure more suitable for real-time applications than those with only amortized performance guarantees. Our solution is also space-efficient, since it does not require storing any auxiliary information within the queue nodes.