Faster asynchronous MST and low diameter tree construction with sublinear communication

07/28/2019
by   Ali Mashreghi, et al.
0

Building a spanning tree, minimum spanning tree (MST), and BFS tree in a distributed network are fundamental problems which are still not fully understood in terms of time and communication cost. x The first work to succeed in computing a spanning tree with communication sublinear in the number of edges in an asynchronous CONGEST network appeared in DISC 2018. That algorithm which constructs an MST is sequential in the worst case; its running time is proportional to the total number of messages sent. Our paper matches its message complexity but brings the running time down to linear in n. Our techniques can also be used to provide an asynchronous algorithm with sublinear communication to construct a tree in which the distance from a source to each node is within an additive term of √(n) of its actual distance. We can convert any asynchronous MST algorithm with time T(n, m) and message complexity of M(n, m) to an algorithm with time O(n^1 - 2ϵ + T(n, n^3/2 + ϵ)) and message complexity of Õ(n^3/2 + ϵ + M(n, n^3/2+ϵ)), for ϵ∈ [0, 1/4]. Picking ϵ = 0 and using Awerbuch's algorithm awerbuch1987optimal, this results in an MST algorithm with time O(n) and message complexity Õ(n^3/2). However, if there were an asynchronous MST algorithm that takes time sublinear in n and requires messages linear in m, by picking ϵ > 0 we could achieve sublinear time (in n) and sublinear communication (in m), simultaneously. To the best of our knowledge, there is no such algorithm. All the algorithms presented here are Monte Carlo and succeed with high probability, in the KT1 CONGEST asynchronous model.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
10/03/2022

An Almost Singularly Optimal Asynchronous Distributed MST Algorithm

A singularly (near) optimal distributed algorithm is one that is (near) ...
research
06/12/2018

Broadcast and minimum spanning tree with o(m) messages in the asynchronous CONGEST model

We provide the first asynchronous distributed algorithms to compute broa...
research
04/08/2019

Distributed Edge Connectivity in Sublinear Time

We present the first sublinear-time algorithm for a distributed message-...
research
05/19/2021

Can We Break Symmetry with o(m) Communication?

We study the communication cost (or message complexity) of fundamental d...
research
02/24/2019

Latency, Capacity, and Distributed MST

Consider the problem of building a minimum-weight spanning tree for a gi...
research
04/25/2019

Genet: A Quickly Scalable Fat-Tree Overlay for Personal Volunteer Computing using WebRTC

WebRTC enables browsers to exchange data directly but the number of poss...
research
09/20/2021

Seriema: RDMA-based Remote Invocationwith a Case-Study on Monte-Carlo Tree Search

We introduce Seriema, a middleware that integrates RDMA-based remote inv...

Please sign up or login with your details

Forgot password? Click here to reset