High Impact Factor : 4.396 icon | Submit Manuscript Online icon |

Euclidean Plane Algorithm for Minimum Spanning Tree

Author(s):

S.Gawsalya , IFET college of engineering; R.Aktharunisha Begum, IFET college of engineering; S.Sivachandran, IFET college of engineering

Keywords:

Euclidean plane minimum spanning tree Algorithms

Abstract

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.

Other Details

Paper ID: IJSRDV3I30186
Published in: Volume : 3, Issue : 3
Publication Date: 01/06/2015
Page(s): 386-389

Article Preview

Download Article