Skip to content

Hunaid2000/FMST-Kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This program is the implementation of Fast Minimum Spanning Tree using Kmeans in the research paper FMST.pdf. The proposed algorithm employs a divide-and-conquer scheme to produce an approximate MST with theoretical time complexity of O(N1.5), which is faster than the conventional MST algorithms with O(N2). It consists of two stages Divide & Conquer Stage and the Refinement Stage. The Kmeans uses √N clusters in Divide & Conquer Stage and √N-1 clusters in Refinement Stage.

About

Fast Minimum Spanning Tree using Kmeans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages