Un algorithme de test pour la connexit\'e temporelle des graphes dynamiques de faible densit\'e
Matthieu Barjon (LaBRI), Arnaud Casteigts (LaBRI), Serge Chaumette, (LaBRI), Colette Johnen (LaBRI), Yessin M. Neggaz (LaBRI)

TL;DR
This paper presents an efficient algorithm for testing temporal connectivity in low-density dynamic graphs, improving over existing methods especially when the graph's instant density remains low over time.
Contribution
It introduces a new algorithm with better time complexity for testing temporal connectivity in dynamic graphs, applicable to both strict and non-strict journeys, especially in low-density scenarios.
Findings
The algorithm runs in O(kμn) time, where k is time steps, μ is maximum instant density, and n is number of vertices.
It outperforms adapted existing algorithms in low-density cases for strict journeys.
A similar approach is effective for non-strict journeys, with no prior known algorithms.
Abstract
We address the problem of testing whether a dynamic graph is temporally connected, i.e. a temporal path ({\em journey}) exists between all pairs of vertices. We consider a discrete version of the problem, where the topology is given as an evolving graph in which only the set of (directed) edges varies. Two cases are studied, depending on whether a single edge or an unlimited number of edges can be crossed in a same (strict journeys {\it vs} non-strict journeys). For strict journeys, two existing algorithms designed for other problems can be adapted. However, we show that a dedicated approach achieves a better time complexity than one of these two algorithms in all cases, and than the other one for those graphs whose density is low at any time (though arbitrary over time). The time complexity of our algorithm is , where is the number…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOpportunistic and Delay-Tolerant Networks · Human Mobility and Location-Based Analysis · Mobile Ad Hoc Networks
