You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A group of edges that connects two Set of vertices in a graph is called cut in g
6
6
7
7
How does Prim’s Algorithm Work?
8
8
9
-
The idea behind Prim’s algorithm is simple, a Spanning Tree means all vertices must be connected. So the two disjoint subsets (discussed above) of vertices must be connected to make a Spanning Tree. And they must be connected with the minimum weight edge to make it a Minimum Spanning Tree (MST).
9
+
The idea behind Prim’s algorithm is simple, a Spanning Tree means all vertices must be connected. So the two disjoint subsets (discussed above) of vertices must be connected to make a spanning tree. And they must be connected with the minimum weight edge to make it a Minimum Spanning Tree (MST).
0 commit comments