We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: PReaCH: A Fast Lightweight Reachability Index using Pruning and Contraction Hierarchies

Abstract: We develop the data structure PReaCH (for Pruned Reachability Contraction Hierarchies) which supports reachability queries in a directed graph, i.e., it supports queries that ask whether two nodes in the graph are connected by a directed path. PReaCH adapts the contraction hierarchy speedup techniques for shortest path queries to the reachability setting. The resulting approach is surprisingly simple and guarantees linear space and near linear preprocessing time. Orthogonally to that, we improve existing pruning techniques for the search by gathering more information from a single DFS-traversal of the graph. PReaCH-indices significantly outperform previous data structures with comparable preprocessing cost. Methods with faster queries need significantly more preprocessing time in particular for the most difficult instances.
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:1404.4465 [cs.DS]
  (or arXiv:1404.4465v1 [cs.DS] for this version)

Submission history

From: Peter Sanders [view email]
[v1] Thu, 17 Apr 2014 09:55:59 GMT (1535kb,D)

Link back to: arXiv, form interface, contact.