DocumentCode :
1845656
Title :
Design and Analysis of Minimum Spanning Tree in Euclidean Plane
Author :
Ge Hong-mei ; Xu Chao ; Yu Ben-cheng
Author_Institution :
Dept. of the Inf. Manage., XuZhou Coll. of Ind. Technol., Xuzhou, China
fYear :
2013
fDate :
21-23 June 2013
Firstpage :
976
Lastpage :
979
Abstract :
N points are given in the Euclidean plane, and the minimum spanning tree problem seeks for a minimum spanning tree interconnecting the n points so that there is only one path between any two points. One of the classic and frequently-used algorithms for minimum spanning tree problem is Prim´s algorithm, but it consumes large time and space complexity for the plane minimum spanning tree problem is of O(n2) numbers of edges. Luckily, it was proved that the plane minimum spanning tree is a sub-graph of Delaunay triangulation for the given points in the plane, and the number of edges in the triangulation is O(n). This motivates us to efficiently compute the Delaunay triangulation of the given points and then find the minimum spanning tree in the triangulation. This paper presents an algorithm based on the divide and conquer for Delaunay triangulation together with the Prim´s algorithm to produce an O(nlogn) algorithm for minimum spanning tree problem in the plane, implements the visual graphic interface with various selected algorithms for plane minimum spanning tree and compares their running time.
Keywords :
computational complexity; mesh generation; trees (mathematics); Delaunay triangulation; Euclidean plane; Prim algorithm; frequently-used algorithms; minimum spanning tree; subgraph; Algorithm design and analysis; Data structures; Educational institutions; Image color analysis; Information management; Java; Time complexity; Euclidean plane minimum spanning tree algorithms;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Computational and Information Sciences (ICCIS), 2013 Fifth International Conference on
Conference_Location :
Shiyang
Type :
conf
DOI :
10.1109/ICCIS.2013.262
Filename :
6643178
Link To Document :
بازگشت