Planar Reachability Under Single Vertex or Edge Failures
Abstract
In this paper we present an efficient reachability oracle under single-edge or single-vertex failures for planar directed graphs. Specifically, we show that a planar digraph can be preprocessed in time, producing an -space data structure that can answer in time whether can reach in if the vertex (the edge~) is removed from , for any query vertices and failed vertex (failed edge ). To the best of our knowledge, this is the first data structure for planar directed graphs with nearly optimal preprocessing time that answers all-pairs queries under any kind of failures in polylogarithmic time. We also consider 2-reachability problems, where we are given a planar digraph and we wish to determine if there are two vertex-disjoint (edge-disjoint) paths from to , for query vertices . In this setting we provide a nearly optimal 2-reachability oracle, which is the existential variant of the reachability oracle under single failures, with the following bounds. We can construct in time an -space data structure that can check in time for any query vertices whether is 2-reachable from , or otherwise find some separating vertex (edge) lying on all paths from to in . To obtain our results, we follow the general recursive approach of Thorup for reachability in planar graphs [J.~ACM~'04] and we present new data structures which generalize dominator trees and previous data structures for strong-connectivity under failures [Georgiadis et al., SODA~'17]. Our new data structures work also for general digraphs and may be of independent interest.
Cite
@article{arxiv.2101.02574,
title = {Planar Reachability Under Single Vertex or Edge Failures},
author = {Giuseppe F. Italiano and Adam Karczmarz and Nikos Parotsidis},
journal= {arXiv preprint arXiv:2101.02574},
year = {2021}
}
Comments
Full version of a SODA'21 paper