Determine the Minimum Spanning Tree of a graph using Prim's algorithm. Made for an Introductory Discrete Math class.
- Double click to add nodes
- Click a node then another to create an edge
- Give the edge a weight on the Python console
- Once you have set up your graph, press CTRL + Right Click anywhere on the canvas
- ???
- The Red-highlighted edges are part of the Minimum Spanning Tree