Multiple Source Dual Fault Tolerant BFS Trees
Abstract
Let be a graph with vertices and edges, with a designated set of sources . The fault tolerant subgraph for any graph problem maintains a sparse subgraph of , such that for any set of failures, the solution for the graph problem on is maintained in . We address the problem of maintaining a fault tolerant subgraph for Breath First Search tree (BFS) of the graph from a single source (referred as FT-BFS) or multiple sources (referred as FT-MBFS). The problem of FT-BFS was first studied by Parter and Peleg [ESA13]. They designed an algorithm to compute FT-BFS subgraph of size . Further, they showed how their algorithm can be easily extended to FT-MBFS requiring space. They also presented matching lower bounds for these results. The result was later extended to solve dual FT-BFS by Parter [PODC15] requiring space, again with matching lower bounds. However, their result was limited to only edge failures in undirected graphs and involved very complex analysis. Moreover, their solution doesn't seems to be directly extendible for dual FT-MBFS problem. We present a similar algorithm to solve dual FT-BFS problem with a much simpler analysis. Moreover, our algorithm also works for vertex failures and directed graphs, and can be easily extended to handle dual FT-MBFS problem, matching the lower bound of space described by Parter [PODC15].The key difference in our approach is a much simpler classification of path interactions which formed the basis of the analysis by Parter [PODC15]. Our dual FT-MBFS structure also seamlessly gives a dual fault tolerant spanner with additive stretch of +2 having size .
Keywords
Cite
@article{arxiv.1704.06907,
title = {Multiple Source Dual Fault Tolerant BFS Trees},
author = {Manoj Gupta and Shahbaz Khan},
journal= {arXiv preprint arXiv:1704.06907},
year = {2017}
}
Comments
Accepted at ICALP 2017, 25 Pages, 7 Figures