A Dynamic Data Structure for Temporal Reachability with Unsorted Contact Insertions

02/08/2021
by   Luiz F. Afra Brito, et al.
0

Temporal graphs represent interactions between entities over the time. These interactions may be direct (a contact between two nodes at some time instant), or indirect, through sequences of contacts called temporal paths (journeys). Deciding whether an entity can reach another through a journey is useful for various applications in communication networks and epidemiology, among other fields. In this paper, we present a data structure which maintains temporal reachability information under the addition of new contacts (i.e., triplets (u,v,t) indicating that node u and node v interacted at time t). In contrast to previous works, the contacts can be inserted in arbitrary order – in particular, non-chronologically – which corresponds to systems where the information is collected a posteriori (e.g. when trying to reconstruct contamination chains among people). The main component of our data structure is a generalization of transitive closure called timed transitive closure (TTC), which allows us to maintain reachability information relative to all nested time intervals, without storing all these intervals, nor the journeys themselves. TTCs are of independent interest and we study a number of their general properties. Let n be the number of nodes and τ be the number of timestamps in the lifetime of the temporal graph. Our data structure answers reachability queries regarding the existence of a journey from a given node to another within given time interval in time O(logτ); it has an amortized insertion time of O(n^2logτ); and it can reconstruct a valid journey that witnesses reachability in time O(klogτ), where k<n is the maximum number of edges of this journey. Finally, the space complexity of our reachability data structure is O(n^2τ), which remains within the worst-case size of the temporal graph itself.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/24/2023

A Dynamic Data Structure for Representing Timed Transitive Closures on Disk

Temporal graphs represent interactions between entities over time. These...
research
08/22/2023

Dynamic Compact Data Structure for Temporal Reachability with Unsorted Contact Insertions

Temporal graphs represent interactions between entities over time. Decid...
research
06/09/2021

Reachability Problems for Transmission Graphs

Let P be a set of n points in the plane where each point p of P is assoc...
research
08/02/2022

Simple, strict, proper, happy: A study of reachability in temporal graphs

Dynamic networks are a complex topic. Not only do they inherit the compl...
research
07/12/2020

Efficient Labeling for Reachability in Digraphs

We consider labeling nodes of a directed graph for reachability queries....
research
06/23/2022

A Hybrid Adjacency and Time-Based Data Structure for Analysis of Temporal Networks

Dynamic or temporal networks enable representation of time-varying edges...
research
07/26/2019

Adventures in Abstraction: Reachability in Hierarchical Drawings

We present algorithms and experiments for the visualization of directed ...

Please sign up or login with your details

Forgot password? Click here to reset