English

Exploiting Graph Structure for Near-Optimal Broadcasting

Data Structures and Algorithms 2026-07-15 v1

Abstract

Telephone broadcasting is a classical model for spreading information in a network. Given a connected graph G(V,E)G(V,E) with source vertex ss, each informed vertex may inform exactly one uninformed neighbor in every time step. The \textsc{Broadcasting} problem asks whether all vertices can be informed within tt steps; the minimum such value is the broadcast time b(G,s)b(G,s). A related variant considers the worst-case source, b(G)=maxuVb(G,u)b(G)=\max_{u\in V} b(G,u). Both variants are NP-hard, and every nn-vertex graph satisfies b(G,s)log2nb(G,s)\ge \log_2 n. Fomin \textit{et al.}~\cite{fomin2023parameterized} recently gave FPT algorithms for this problem under several structural graph parameters. Instead of computing optimal broadcast schedules, we study faster approximation algorithms that produce valid schedules. We improve the O(3n)O^*(3^n) exact algorithm of Fomin \textit{et al.} to an O((3f(x))n)O^*((3-f(x))^n) algorithm with a +x+x additive approximation, where f(x)>0f(x)>0 is a constant for every fixed xx. We also give approximation algorithms on graphs of bounded vertex integrity, including a polynomial-time +2k+2k additive approximation algorithm. Complementing these positive results, we prove parameterized hardness for vertex cover above maximum matching (VCMM\mathrm{VC}-\mathrm{MM}), dominating set size, and graph diameter, indicating that FPT algorithms for these parameters are unlikely. Finally, we present a +2+2 additive approximation algorithm for distance-to-clique running in O(2O(klogk))O^*(2^{O(k\log k)}) time, a 22-factor approximation algorithm for distance-to-path running in XP time, and a polynomial-time algorithm for polar graphs.

Cite

@article{arxiv.2607.14032,
  title  = {Exploiting Graph Structure for Near-Optimal Broadcasting},
  author = {Rudranarayan Kar and Praneet Kumar Patra and Diya Roy and Abhishek Sahu},
  journal= {arXiv preprint arXiv:2607.14032},
  year   = {2026}
}