Faster Parameterized Broadcasting
Abstract
Given a connected graph and a source , what is the smallest number of rounds necessary for all vertices of to receive a message initially only held by , where at each round every informed vertex passes the message to one of its neighbors? This problem is called Telephone Broadcast and is suprisingly hard: it remains NP-hard on cycles intersecting at a single shared vertex, in particular, graphs of pathwidth 2 with a linear feedback vertex set of size 1, as well as on graphs with treedepth at most 6 [Egami et al.; MFCS '25]. Vertex cover number, vertex integrity, and distance to clique are among the few parameters for which Telephone Broadcast is fixed-parameter tractable. There is a -time algorithm parameterized by vertex cover number [Fomin, Fraigniaud, Golovach; TCS '24], a double-exponential algorithm parameterized by vertex integrity , and a -time algorithm parameterized by distance to clique [Egami et al.; MFCS '25]. In this paper, we give improved parameterized algorithms for Telephone Broadcast with running times , , and . The main ingredient that makes our algorithms faster is a Turing reduction to edge-weighted -Matching.
Cite
@article{arxiv.2607.01770,
title = {Faster Parameterized Broadcasting},
author = {Édouard Bonnet and Carl Feghali and Manolis Vasilakis},
journal= {arXiv preprint arXiv:2607.01770},
year = {2026}
}