Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
An o(n log n) minimal spanning tree algorithmn for n points in the plane
Changm R., Lee R. BIT26 (1):7-16,1986.Type:Article
Date Reviewed: Nov 1 1987

There are several O(n log n) algorithms to construct the minimum spanning tree of n points in the plane. For instance, one may construct the Voronoi diagram (or its dual, the Delauney triangulation) of the n points in time O(n log n) by the divide-and-conquer algorithm of Shamos, and then use the observation, also due to Shamos, that the minimum spanning tree is a subgraph of the Delauney triangulation. Since the Delauney triangulation is a planar graph, this step can be done in time O(n).

The authors simplify this process by modifying the divide-and-conquer algorithm to compute directly the minimum spanning tree rather than the whole Delauney triangulation. The modification appears straightforward, and the algorithm is simple and appealing. A parallel implementation with O(log n) processors and worst-case time O(n) is also described. For more recent development on minimum spanning tree algorithms in general, see [1].

Reviewer:  P. Hell Review #: CR123087
1) Fredman, M. L.; and Tarjan, R. E.Fibonacci heaps and their uses to improve network optimization algorithms, in Proc. 25th symposium on foundations of computer science, IEEE, New York, 1984, 338–346.
Bookmark and Share
 
Parallel Algorithms (G.1.0 ... )
 
 
General (F.2.0 )
 
Would you recommend this review?
yes
no
Other reviews under "Parallel Algorithms": Date
Parallel algorithms in computational science
Heermann D., Burkitt A., Springer-Verlag New York, Inc., New York, NY, 1991. Type: Book (9780387534183)
Apr 1 1992
A parallel shortest augmenting path algorithm for the assignment problem
Balas E., Miller D., Pekny J., Toth P. (ed) Journal of the ACM 38(4): 985-1004, 1991. Type: Article
Sep 1 1992
Thinking Machines Corporation “data parallel algorithms” (videotape)
Guy L. J., University Video Communications, Stanford, CA, 1990. Type: Book
Jan 1 1993
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy