Multiple Source Dual Fault Tolerant BFS Trees

Let $G=(V,E)$ be a graph with $n$ vertices and $m$ edges, with a designated set of $\sigma$ sources $S\subseteq V$. The fault tolerant subgraph for any graph problem maintains a sparse subgraph $H$ of $G$, such that for any set $F$ of $k$ failures, the solution for the graph problem on $G\setminus F$ is maintained in $H\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 $s\in V$ (referred as $k$ FT-BFS) or multiple sources $S\subseteq V$ (referred as $k$ FT-MBFS). The problem of $k$ FT-BFS was first studied by Parter and Peleg [ESA13]. They designed an algorithm to compute FT-BFS subgraph of size $O(n^{3/2})$. Further, they showed how their algorithm can be easily extended to FT-MBFS requiring $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(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(\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(n^{7/8})$.

[1]  Stefano Leucci,et al.  Multiple-Edge-Fault-Tolerant Approximate Shortest-Path Trees , 2016, STACS.

[2]  David Peleg,et al.  Fault Tolerant Approximate BFS Structures , 2014, SODA.

[3]  Fabrizio Grandoni,et al.  Improved Purely Additive Fault-Tolerant Spanners , 2015, ESA.

[4]  Fabrizio Grandoni,et al.  Preserving Distances in Very Faulty Graphs , 2017, ICALP.

[5]  Liam Roditty,et al.  Fault Tolerant Reachability for Directed Graphs , 2015, DISC.

[6]  Surender Baswana,et al.  Dynamic DFS in Undirected Graphs: breaking the O(m) barrier , 2015, SODA.

[7]  Michael Langberg,et al.  Fault Tolerant Spanners for General Graphs , 2010, SIAM J. Comput..

[8]  Robert E. Tarjan,et al.  A fast algorithm for finding dominators in a flowgraph , 1979, TOPL.

[9]  Surender Baswana,et al.  Approximate Shortest Paths Avoiding a Failed Vertex: Optimal Size Data Structures for Unweighted Graph , 2010, STACS.

[10]  David Peleg,et al.  Sparse Fault-Tolerant BFS Trees , 2013, ESA.

[11]  Merav Parter,et al.  Dual Failure Resilient BFS Structure , 2015, PODC.

[12]  Ran Duan,et al.  Dual-failure distance and connectivity oracles , 2009, SODA.

[13]  David Peleg,et al.  Fault tolerant additive and (μ, α)-spanners , 2015, Theor. Comput. Sci..

[14]  Mikkel Thorup,et al.  Oracles for Distances Avoiding a Failed Node or Link , 2008, SIAM J. Comput..

[15]  Liam Roditty,et al.  Fault tolerant subgraph for single source reachability: generic and optimal , 2016, STOC.

[16]  Michael Dinitz,et al.  Fault-tolerant spanners: better and simpler , 2011, PODC '11.

[17]  Merav Parter Vertex Fault Tolerant Additive Spanners , 2014, DISC.