Static
Finds the Minimum Spanning Tree using Kruskal's algorithm
array of vertex names
array of edges with weights
object containing MST edges and total weight
Checks if a graph is connected (prerequisite for MST)
array of edges
true if graph is connected, false otherwise
Generated using TypeDoc
Finds the Minimum Spanning Tree using Kruskal's algorithm