This web application calculates the Minimum Spanning Tree (MST) using Prim's algorithm for a set of nodes, helping you find the most cost-efficient way to connect them.
Features
- Input a set of nodes with associated costs or randomized points
- Calculate the Minimum Spanning Tree (MST) using Prim's algorithm.
- Visual representation of the MST.
- Display the minimum cost to connect all nodes.