kruskal

A simple implementation of Kruskal's algorithm for finding the miminum spanning tree of a graph.

node-kruskal

Given a distance array, computes the Minimum Spanning Tree using Kruskal's algorithm.