Minimum Spanning Tree (MST) | Prims Algorithm
Sep 21, 2025 · 3 min read · Spanning Tree A tree in which we have N nodes and N-1 edges and all nodes are reachable from each other. Some of the possible Spannig trees Minimum Spanning Tree A spanning tree where the total sum of all the edges is the smallest possible is call...
Join discussion