Efficient minimum spanning tree construction without Delaunay triangulation
β Scribed by Hai Zhou; Narendra Shenoy; William Nicholls
- Publisher
- Elsevier Science
- Year
- 2002
- Tongue
- English
- Weight
- 77 KB
- Volume
- 81
- Category
- Article
- ISSN
- 0020-0190
No coin nor oath required. For personal study only.
β¦ Synopsis
Given n points in a plane, a minimum spanning tree is a set of edges which connects all the points and has a minimum total length. A naive approach enumerates edges on all pairs of points and takes at least (n 2 ) time. More efficient approaches find a minimum spanning tree only among edges in the Delaunay triangulation of the points. However, Delaunay triangulation is not well defined in rectilinear distance. In this paper, we first establish a framework for minimum spanning tree construction which is based on a general concept of spanning graphs. A spanning graph is a natural definition and not necessarily a Delaunay triangulation. Based on this framework, we then design an O(n log n) sweep-line algorithm to construct a rectilinear minimum spanning tree without using Delaunay triangulation.
π SIMILAR VOLUMES
## Abstract This paper proposes a distributed algorithm for reconstructing a minimumβweight spanning tree __T__β² of a network __N__β² when link addition and deletion occur in a network __N__ with a minimumβweight spanning tree __T.__ In this algorithm each processor uses information whose adjacent l
This paper presents results which improve the e ciency of parallel algorithms for computing the minimum spanning trees. For an input graph with n vertices and m edges our EREW PRAM algorithm runs in O(log n) time with O((m+n) log n) operations. Our CRCW PRAM algorithm runs in O(log n) time with O((m