English

Beeping Shortest Paths via Hypergraph Bipartite Decomposition

Distributed, Parallel, and Cluster Computing 2023-01-05 v2 Data Structures and Algorithms

Abstract

Constructing a shortest path between two network nodes is a fundamental task in distributed computing. This work develops schemes for the construction of shortest paths in randomized beeping networks between a predetermined source node and an arbitrary set of destination nodes. Our first scheme constructs a (single) shortest path to an arbitrary destination in O(Dloglogn+log3n)O (D \log\log n + \log^3 n) rounds with high probability. Our second scheme constructs multiple shortest paths, one per each destination, in O(Dlog2n+log3n)O (D \log^2 n + \log^3 n) rounds with high probability. Our schemes are based on a reduction of the above shortest path construction tasks to a decomposition of hypergraphs into bipartite hypergraphs: We develop a beeping procedure that partitions the (polynomially-large) hyperedge set of a hypergraph H=(VH,EH)H = (V_H, E_H) into k=Θ(log2n)k = \Theta (\log^2 n) disjoint subsets F1Fk=EHF_1 \cup \cdots \cup F_k = E_H such that the (sub-)hypergraph (VH,Fi)(V_H, F_i) is bipartite in the sense that there exists a vertex subset UVU \subseteq V such that Ue=1|U \cap e| = 1 for every eFie \in F_i. This procedure turns out to be instrumental in speeding up shortest path constructions under the beeping model.

Keywords

Cite

@article{arxiv.2210.06882,
  title  = {Beeping Shortest Paths via Hypergraph Bipartite Decomposition},
  author = {Fabien Dufoulon and Yuval Emek and Ran Gelles},
  journal= {arXiv preprint arXiv:2210.06882},
  year   = {2023}
}
R2 v1 2026-06-28T03:32:10.090Z