๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

A Parallel Algorithm for Computing Minimum Spanning Trees

โœ Scribed by D.B. Johnson; P. Metaxas


Publisher
Elsevier Science
Year
1995
Tongue
English
Weight
840 KB
Volume
19
Category
Article
ISSN
0196-6774

No coin nor oath required. For personal study only.

โœฆ Synopsis


We present a simple and implementable algorithm that computes a minimum spanning tree of an undirected weighted graph (G=(V, E)) of (n=|V|) vertices and (m=|E|) edges on an EREW PRAM in (O\left(\log ^{3 / 2} n\right)) time using (n+m) processors. This represents a substantial improvement in the running time over the previous results for this problem using at the same time the weakest of the PRAM models. It also implies the existence of algorithms having the same complexity bounds for the EREW PRAM, for connectivity, ear decomposition, biconnectivity, strong orientation, st-numbering and Euler tours problems. 1995 Academic Press, Inc.


๐Ÿ“œ SIMILAR VOLUMES


Offline Algorithms for Dynamic Minimum S
โœ D. Eppstein ๐Ÿ“‚ Article ๐Ÿ“… 1994 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 651 KB

We describe an efficient algorithm for maintaining a minimum spanning tree (MST) in a graph subject to a sequence of edge weight modifications. The sequence of minimum spanning trees is computed offline, after the sequence of modifications is known. The algorithm takes time \(O(k \log n)\) for a seq