English

Optimal-Length Labeling Schemes and Fast Algorithms for k-gathering and k-broadcasting

Data Structures and Algorithms 2025-12-04 v2

Abstract

We consider basic communication tasks in arbitrary radio networks: kk-broadcasting and kk-gathering. In the case of kk-broadcasting messages from kk sources have to get to all nodes in the network. The goal of kk-gathering is to collect messages from kk source nodes in a designated sink node. We consider these problems in the framework of distributed algorithms with advice. Krisko and Miller showed in 2021 that the optimal size of advice for kk-broadcasting is Θ(min(logΔ,\Theta(\min(\log \Delta, logk)) \log k)), where Δ\Delta is equal to the maximum degree of a vertex of the input communication graph. We show that the same bound Θ(min(logΔ,logk))\Theta(\min(\log \Delta, \log k)) on the size of optimal labeling scheme holds also for the kk-gathering problems. Moreover, we design fast algorithms for both problems with asymptotically optimal size of advice. For kk-gathering our algorithm works in at most D+kD+k rounds, where DD is the diameter of the communication graph. This time bound is optimal even for centralized algorithms. We apply the kk-gathering algorithm for kk-broadcasting to achieve an algorithm working in time O(D+log2n+k)O(D+\log^2 n+k) rounds. We also exhibit a logarithmic time complexity gap between distributed algorithms with advice of optimal size and distributed algorithms with distinct arbitrary labels.

Keywords

Cite

@article{arxiv.2512.02252,
  title  = {Optimal-Length Labeling Schemes and Fast Algorithms for k-gathering and k-broadcasting},
  author = {Adam Ganczorz and Tomasz Jurdzinski},
  journal= {arXiv preprint arXiv:2512.02252},
  year   = {2025}
}

Comments

Accepted for SOFSEM 2026

R2 v1 2026-07-01T08:04:46.172Z