Improved Approximation Bounds for Minimum Weight Cycle in the CONGEST Model

08/16/2023
by   Vignesh Manoharan, et al.
0

Minimum Weight Cycle (MWC) is the problem of finding a simple cycle of minimum weight in a graph G=(V,E). This is a fundamental graph problem with classical sequential algorithms that run in Õ(n^3) and Õ(mn) time where n=|V| and m=|E|. In recent years this problem has received significant attention in the context of hardness through fine grained sequential complexity as well as in design of faster sequential approximation algorithms. For computing minimum weight cycle in the distributed CONGEST model, near-linear in n lower and upper bounds on round complexity are known for directed graphs (weighted and unweighted), and for undirected weighted graphs; these lower bounds also apply to any (2-ϵ)-approximation algorithm. This paper focuses on round complexity bounds for approximating MWC in the CONGEST model: For coarse approximations we show that for any constant α >1, computing an α-approximation of MWC requires Ω (√(n)/log n) rounds on weighted undirected graphs and on directed graphs, even if unweighted. We complement these lower bounds with sublinear Õ(n^2/3+D)-round algorithms for approximating MWC close to a factor of 2 in these classes of graphs. A key ingredient of our approximation algorithms is an efficient algorithm for computing (1+ϵ)-approximate shortest paths from k sources in directed and weighted graphs, which may be of independent interest for other CONGEST problems. We present an algorithm that runs in Õ(√(nk) + D) rounds if k ≥ n^1/3 and Õ(√(nk) + k^2/5n^2/5+o(1)D^2/5 + D) rounds if k<n^1/3, and this round complexity smoothly interpolates between the best known upper bounds for approximate (or exact) SSSP when k=1 and APSP when k=n.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/30/2022

Near Optimal Bounds for Replacement Paths and Related Problems in the CONGEST Model

We present several results in the CONGEST model on round complexity for ...
research
02/09/2018

Distributed Spanner Approximation

We address the fundamental network design problem of constructing approx...
research
07/14/2023

On Diameter Approximation in Directed Graphs

Computing the diameter of a graph, i.e. the largest distance, is a funda...
research
07/25/2019

Approximating APSP without Scaling: Equivalence of Approximate Min-Plus and Exact Min-Max

Zwick's (1+ε)-approximation algorithm for the All Pairs Shortest Path (A...
research
05/13/2021

On Sparsity Awareness in Distributed Computations

We extract a core principle underlying seemingly different fundamental d...
research
04/17/2019

Approximating Cumulative Pebbling Cost is Unique Games Hard

The cumulative pebbling complexity of a directed acyclic graph G is defi...
research
04/09/2012

Directed Information Graphs

We propose a graphical model for representing networks of stochastic pro...

Please sign up or login with your details

Forgot password? Click here to reset