close
Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages