English

Connectivity Labeling in Faulty Colored Graphs

Data Structures and Algorithms 2024-02-20 v1

Abstract

Fault-tolerant connectivity labelings are schemes that, given an nn-vertex graph G=(V,E)G=(V,E) and f1f\geq 1, produce succinct yet informative labels for the elements of the graph. Given only the labels of two vertices u,vu,v and of the elements in a faulty-set FF with Ff|F|\leq f, one can determine if u,vu,v are connected in GFG-F, the surviving graph after removing FF. For the edge or vertex faults models, i.e., FEF\subseteq E or FVF\subseteq V, a sequence of recent work established schemes with poly(f,logn)poly(f,\log n)-bit labels. This paper considers the color faults model, recently introduced in the context of spanners [Petruschka, Sapir and Tzalik, ITCS'24], which accounts for known correlations between failures. Here, the edges (or vertices) of the input GG are arbitrarily colored, and the faulty elements in FF are colors; a failing color causes all edges (vertices) of that color to crash. Our main contribution is settling the label length complexity for connectivity under one color fault (f=1f=1). The existing implicit solution, by applying the state-of-the-art scheme for edge faults of [Dory and Parter, PODC'21], might yield labels of Ω(n)\Omega(n) bits. We provide a deterministic scheme with labels of O~(n)\tilde{O}(\sqrt{n}) bits in the worst case, and a matching lower bound. Moreover, our scheme is universally optimal: even schemes tailored to handle only colorings of one specific graph topology cannot produce asymptotically smaller labels. We extend our labeling approach to yield a routing scheme avoiding a single forbidden color. We also consider the centralized setting, and show an O~(n)\tilde{O}(n)-space oracle, answering connectivity queries under one color fault in O~(1)\tilde{O}(1) time. Turning to f2f\geq 2 color faults, we give a randomized labeling scheme with O~(n11/2f)\tilde{O}(n^{1-1/2^f})-bit labels, along with a lower bound of Ω(n11/(f+1))\Omega(n^{1-1/(f+1)}) bits.

Keywords

Cite

@article{arxiv.2402.12144,
  title  = {Connectivity Labeling in Faulty Colored Graphs},
  author = {Asaf Petruschka and Shay Sapir and Elad Tzalik},
  journal= {arXiv preprint arXiv:2402.12144},
  year   = {2024}
}

Comments

shortened abstract for arxiv

R2 v1 2026-06-28T14:53:09.127Z