A sub-linear time distributed algorithm for minimum-weight spanning trees
Juan A. Garay,Shay Kutten,David Peleg +2 more
- 03 Nov 1993
- pp 659-668
TL;DR: This paper proposes that a more sensitive parameter is the network's diameter Diam, and provides a distributed minimum-weight spanning tree algorithm whose time complexity is sub-linear in n, but linear in Diam (specifically, O(Diam+n/sup 0.614/)).
read more
Abstract: This paper considers the question of identifying the parameters governing the behavior of fundamental global network problems. Many papers on distributed network algorithms consider the task of optimizing the running time successful when an O(n) bound is achieved on an n-vertex network. We propose that a more sensitive parameter is the network's diameter Diam. This is demonstrated in the paper by providing a distributed minimum-weight spanning tree algorithm whose time complexity is sub-linear in n, but linear in Diam (specifically, O(Diam+n/sup 0.614/)). Our result is achieved through the application of graph decomposition and edge elimination techniques that may be of independent interest. >
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Information Weighted Consensus Filters and Their Application in Distributed Camera Networks
TL;DR: Information-weighted consensus algorithms for distributed maximum a posteriori parameter estimation, and their extension to the information- Weighted consensus filter (ICF) for state estimation are proposed.
325
A Near-Tight Lower Bound on the Time Complexity of Distributed Minimum-Weight Spanning Tree Construction
David Peleg,Vitaly Rubinovich +1 more
TL;DR: This paper presents a lower bound of $\Omega(D+\sqrt n/\log n)$ on the time required for the distributed construction of a minimum-weight spanning tree (MST) in weighted n-vertex networks of diameter D=Omega(\ log n) in the bounded message model.
225
Spine routing in ad hoc networks
TL;DR: This work introduces a self organizing network structure called a spine and proposes a spine-based routing infrastructure for routing in ad hoc networks and proposes two spine routing algorithms: Optimal Spine Routing (OSR), which uses full and up-to-date knowledge of the network topology, and (b) Partial-knowledge SpineRouting (PSR, which uses partialknowledge of thenetwork topology.
116
Localized low-weight graph and its applications in wireless ad hoc networks
Xiang-Yang Li,Yu Weng,Peng-Jun Wan,Wen-Zhan Song,Ophir Frieder +4 more
- 07 Mar 2004
TL;DR: This work analytically prove that the node degree of the IMRG is at most 6, it is connected and planar, and more importantly, the total edge length of theIMRG is within a constant factor of that of the minimum spanning tree.
102
MST construction in O(log log n) communication rounds
Zvi Lotker,Elan Pavlov,Boaz Patt-Shamir,David Peleg +3 more
- 07 Jun 2003
TL;DR: This work presents a distributed algorithm that constructs a minimum-weight spanning tree in O(log log n) communication rounds, where in each round any process can send a message to each other process.
References
•Book
Data Structures and Network Algorithms
Robert E. Tarjan
- 01 Jan 1983
TL;DR: This paper presents a meta-trees tree model that automates the very labor-intensive and therefore time-heavy and therefore expensive process of manually selecting trees to grow in a graph.
2.3K
•Book
Extremal Graph Theory
Béla Bollobás
- 01 Jan 1978
Abstract: Lecture 1 The basic statement of extremal graph theory is Mantel's theorem, proved in 1907, which states that any graph on n vertices with no triangle contains at most n 2 /4 edges. This is clearly best possible, as one may partition the set of n vertices into two sets of size n/2 and n/2 and form the complete bipartite graph between them. This graph has no triangles and n 2 /4 edges. As a warm-up, we will give a number of different proofs of this simple and fundamental theorem. Theorem 1 (Mantel's theorem) If a graph G on n vertices contains no triangle then it contains at most n 2 4 edges. First proof Suppose that G has m edges. Let x and y be two vertices in G which are joined by an edge. If d(v) is the degree of a vertex v, we see that d(x) + d(y) ≤ n. This is because every vertex in the graph G is connected to at most one of x and y. Note now that x d 2 (x) = xy∈E (d(x) + d(y)) ≤ mn. On the other hand, since x d(x) = 2m, the Cauchy-Schwarz inequality implies that x d 2 (x) ≥ (x d(x)) 2 n ≥ 4m 2 n. Therefore 4m 2 n ≤ mn, and the result follows. 2 Second proof We proceed by induction on n. For n = 1 and n = 2, the result is trivial, so assume that we know it to be true for n − 1 and let G be a graph on n vertices. Let x and y be two adjacent vertices in G. As above, we know that d(x)+d(y) ≤ n. The complement H of x and y has n−2 vertices and since it contains no triangles must, by induction, have at most (n − 2) 2 /4 edges. Therefore, the total number of edges in G is at most e(H) + d(x) + d(y) − 1 ≤ (n − 2) 2 4 + n − 1 = n 2 4 , where the −1 comes from the fact that we count the edge between x and y twice. 2
1.9K
A Distributed Algorithm for Minimum-Weight Spanning Trees
TL;DR: A distributed algorithm is presented that constructs the minimum weight spanning tree in a connected undirected graph with distinct edge weights that can be initiated spontaneously at any node or at any subset of nodes.
A Distributed Algorithm for Minimum Weight Spanning Trees. Revision
Robert G. Gallager,Pierre A. Humblet,P. M. Spira +2 more
- 01 Oct 1979
TL;DR: In this paper, a distributed algorithm is presented that constructs the minimum weight spanning tree in a connected undirected graph with distinct edge weights, where a processor exists at each node of the graph, knowing initially only the weights of the adjacent edges.
1K
The New Routing Algorithm for the ARPANET
TL;DR: The new ARPANET routing algorithm is an improvement over the old procedure in that it uses fewer network resources, operates on more realistic estimates of network conditions, reacts faster to important network changes, and does not suffer from long-term loops or oscillations.
836