A Nearly Optimal Distributed Algorithm for Computing the Weighted Girth

Hua Qiang-Sheng,Qian Lixiang,Yu Dongxiao,Shi Xuanhua,Jin Hai
DOI: https://doi.org/10.1007/s11432-020-2931-x
2021-01-01
Science China Information Sciences
Abstract:Computing the weighted girth,which is the sum of weights of edges in the minimum weight cycle,is an important problem in network analysis.The problem for distributively computing girth in unweighted graphs has garnered lots of attention,but there are few studies in weighted graphs.In this paper,we propose a distributed randomized algorithm for computing the weighted girth in weighted graphs with integral edge weights in the range[1,nc],where n is the number of vertices and c is a constant.The algorithm is devised under the standard synchronous CON(GE)ST model,which limits each vertex can only transfer O(log n) bits information along each incident edge in a round.The upper bound of the algorithm is O(n log2 n) rounds.We also prove the lower bound for computing the weighted girth is Ω(D + n/log n) where D is the hop diameter of the weighted graph.This means our distributed algorithm is optimal within a factor of O(log3 n).
What problem does this paper attempt to address?