js-graph-algorithms
Package implements data structures and algorithms for processing various types of graphs
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.