Skip to content

oishish/Kruskal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Kruskal's algorithm for clustering

A simple application of Kruskal's algorithm to find clusters in a 2D data set.

The script applies the basic idea of Kruskal's algorithm by computing the MST until there remains only n MST's, producing n clusters.

About

Written in collaboration with @hiten2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages