MPI-INF Logo
MPI-INF/SWS Research Reports 1991-2021

2. Number - All Departments

MPI-I-97-1-011

A parallel priority queue with constant time operations

Brodal, Gerth Stølting and Träff, Jesper L. and Zaroliagis, Christos D.

May 1997, 19 pages.

.
Status: available - back from printing

We present a parallel priority queue that supports the following operations in constant time: {\em parallel insertion\/} of a sequence of elements ordered according to key, {\em parallel decrease key\/} for a sequence of elements ordered according to key, {\em deletion of the minimum key element}, as well as {\em deletion of an arbitrary element}. Our data structure is the first to support multi insertion and multi decrease key in constant time. The priority queue can be implemented on the EREW PRAM, and can perform any sequence of $n$ operations in $O(n)$ time and $O(m\log n)$ work, $m$ being the total number of keys inserted and/or updated. A main application is a parallel implementation of Dijkstra's algorithm for the single-source shortest path problem, which runs in $O(n)$ time and $O(m\log n)$ work on a CREW PRAM on graphs with $n$ vertices and $m$ edges. This is a logarithmic factor improvement in the running time compared with previous approaches.

  • MPI-I-97-1-011.ps
  • Attachement: MPI-I-97-1-011.ps (648 KBytes)

URL to this document: https://domino.mpi-inf.mpg.de/internet/reports.nsf/NumberView/1997-1-011

Hide details for BibTeXBibTeX
@TECHREPORT{BrodalTráffZaroliagis97,
  AUTHOR = {Brodal, Gerth Stølting and Tr{\"a}ff, Jesper L. and Zaroliagis, Christos D.},
  TITLE = {A parallel priority queue with constant time operations},
  TYPE = {Research Report},
  INSTITUTION = {Max-Planck-Institut f{\"u}r Informatik},
  ADDRESS = {Im Stadtwald, D-66123 Saarbr{\"u}cken, Germany},
  NUMBER = {MPI-I-97-1-011},
  MONTH = {May},
  YEAR = {1997},
  ISSN = {0946-011X},
}