English

Multiple Source Dual Fault Tolerant BFS Trees

Data Structures and Algorithms 2017-04-25 v1

Abstract

Let G=(V,E)G=(V,E) be a graph with nn vertices and mm edges, with a designated set of σ\sigma sources SVS\subseteq V. The fault tolerant subgraph for any graph problem maintains a sparse subgraph HH of GG, such that for any set FF of kk failures, the solution for the graph problem on GFG\setminus F is maintained in HFH\setminus F. We address the problem of maintaining a fault tolerant subgraph for Breath First Search tree (BFS) of the graph from a single source sVs\in V (referred as kk FT-BFS) or multiple sources SVS\subseteq V (referred as kk FT-MBFS). The problem of kk FT-BFS was first studied by Parter and Peleg [ESA13]. They designed an algorithm to compute FT-BFS subgraph of size O(n3/2)O(n^{3/2}). Further, they showed how their algorithm can be easily extended to FT-MBFS requiring O(σ1/2n3/2)O(\sigma^{1/2}n^{3/2}) space. They also presented matching lower bounds for these results. The result was later extended to solve dual FT-BFS by Parter [PODC15] requiring O(n5/3)O(n^{5/3}) 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 O(σ1/3n5/3)O(\sigma^{1/3}n^{5/3}) 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 O(n7/8)O(n^{7/8}).

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

R2 v1 2026-06-22T19:24:53.230Z