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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Hunaid2000/FMST-Kmeans
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Fast Minimum Spanning Tree using Kmeans
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published