Series-Parallel and Planar Graphs for Efficient Broadcasting
David Evangelista, Hovhannes A. Harutyunyan, Aram Khanlari
TL;DR
This work addresses the problem of efficient information dissemination (broadcasting) in graphs by constructing infinite families of series-parallel and planar graphs with provably small broadcast times. The authors leverage binomial-tree based structures (BT_k, MB_k, B_k, EB_k, AB_k) and planar embeddings to design explicit broadcast schemes that approach or attain the information-theoretic lower bound. Major results include: (i) for all n, SP graphs with broadcast time at most $\lceil\log_2 n\rceil+1$; (ii) $MB_k$ on $n=2^k$ with $b=\left\lfloor\frac{3k}{2}\right\rfloor$ and degree bound $\lceil\log n\rceil-1$; (iii) $EB_k$ on $2^{k-1}+2^{\lfloor k/2\rfloor}$ vertices achieving $b=k$; (iv) planar graphs on up to $2^{k-1}+2^{\lfloor 3k/4\rfloor-1}$ vertices with $b=k$. The paper also proves a negative result: no SP broadcast graph exists on $2^k$ vertices for $k\ge3$, and introduces accelerated-planar variants (AB_k) to push planar-broadcast constructions further, advancing understanding of how topology and degree influence broadcast efficiency. These constructions provide practical templates for fault-tolerant, low-degree networks with near-optimal broadcasting performance.
Abstract
The broadcasting problem concerns the efficient dissemination of information in graphs. In classical broadcasting, a single originator vertex initially has a message to be transmitted to all vertices. Every vertex which has received the message informs at most one uninformed neighbor at each discrete time unit. In this paper, we introduce infinite families of series-parallel graphs with efficient broadcast times: graphs on $n$ vertices with broadcast time at most $\lceil\log_2 n \rceil + 1$ for any $n$, graphs on $n$ vertices with broadcast time $\lfloor \frac{3 \lceil \log_2 n \rceil}{2} \rfloor$ and maximum degree $\lceil \log_2 n \rceil - 1$ for any $n$, and broadcast graphs on up to $2^{k-1} + 2^{\lfloor \frac{k}{2} \rfloor }$ vertices with broadcast time $k$ for any $k$. We also introduce an infinite family of planar broadcast graphs on up to $2^{k-1} + 2^{\lfloor \frac{3k}{4} \rfloor - 1}$ vertices with broadcast time $k$ for any $k$, which improves the known lower bound on the maximum number of vertices in a planar broadcast graph.
