English

Efficiently Testing T-Interval Connectivity in Dynamic Graphs

Data Structures and Algorithms 2017-03-20 v3 Distributed, Parallel, and Cluster Computing

Abstract

Many types of dynamic networks are made up of durable entities whose links evolve over time. When considered from a {\em global} and {\em discrete} standpoint, these networks are often modelled as evolving graphs, i.e. a sequence of graphs G=(G1,G2,...,Gδ){\cal G}=(G_1,G_2,...,G_{\delta}) such that Gi=(V,Ei)G_i=(V,E_i) represents the network topology at time step ii. Such a sequence is said to be TT-interval connected if for any t[1,δT+1]t\in [1, \delta-T+1] all graphs in {Gt,Gt+1,...,Gt+T1}\{G_t,G_{t+1},...,G_{t+T-1}\} share a common connected spanning subgraph. In this paper, we consider the problem of deciding whether a given sequence G{\cal G} is TT-interval connected for a given TT. We also consider the related problem of finding the largest TT for which a given G{\cal G} is TT-interval connected. We assume that the changes between two consecutive graphs are arbitrary, and that two operations, {\em binary intersection} and {\em connectivity testing}, are available to solve the problems. We show that Ω(δ)\Omega(\delta) such operations are required to solve both problems, and we present optimal O(δ)O(\delta) online algorithms for both problems. We extend our online algorithms to a dynamic setting in which connectivity is based on the recent evolution of the network.

Keywords

Cite

@article{arxiv.1502.00089,
  title  = {Efficiently Testing T-Interval Connectivity in Dynamic Graphs},
  author = {Arnaud Casteigts and Ralf Klasing and Yessin M. Neggaz and Joseph G. Peters},
  journal= {arXiv preprint arXiv:1502.00089},
  year   = {2017}
}

Comments

Long version of a CIAC 2015 paper

R2 v1 2026-06-22T08:17:28.160Z