Skip to content

Commit e5680c8

Browse files
authored
Update README.md
1 parent 71f0dd7 commit e5680c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A group of edges that connects two Set of vertices in a graph is called cut in g
66

77
How does Prim’s Algorithm Work?
88

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).
1010

1111
Algorithm :
1212

0 commit comments

Comments
 (0)