English

Exploration of $k$-edge-deficient temporal graphs in linear time

Data Structures and Algorithms 2026-05-18 v1 Discrete Mathematics Combinatorics

Abstract

We study the Temporal Exploration problem, where an agent must visit all vertices of a temporal graph while traversing at most one available edge per time step. Unlike static graphs, which can be explored in linear time, temporal constraints can substantially increase exploration time even when every snapshot of the graph is connected. To better understand the source of this complexity, we focus on a near-static setting and consider always-connected kk-edge-deficient temporal graphs, in which each snapshot is connected and differs from a fixed underlying nn-vertex graph by at most kk edges. Although such graphs are structurally close to static graphs, they can still exhibit non-trivial temporal behaviour. Prior work showed that these graphs can be explored in O(knlogn)O(kn \log n) time steps and established a lower bound of Ω(nlogk)\Omega(n \log k), leaving open whether linear-time exploration in nn is possible. We resolve this question by showing that any always-connected kk-edge-deficient temporal graph admits an exploration schedule of length O(nklogk)O(nk \log k). Moreover, given such a temporal graph, the corresponding exploration schedule can be computed in polynomial time. The obtained bound is linear in the number of vertices up to a factor depending only on kk, removes the extraneous logarithmic dependence on nn, and is nearly optimal. In particular, for constant kk, our result yields an order-optimal Θ(n)\Theta(n) exploration time, showing that temporal exploration in this near-static regime essentially retains the linear-time character of static graph traversal.

Keywords

Cite

@article{arxiv.2605.15833,
  title  = {Exploration of $k$-edge-deficient temporal graphs in linear time},
  author = {Ivan Lahtin and Viktor Zamaraev},
  journal= {arXiv preprint arXiv:2605.15833},
  year   = {2026}
}