Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paliwalsamarth authored Oct 27, 2020
1 parent f999b6d commit c35791b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CPP/Minimum Spanning Tree Algorithm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## (In this folder, I have added Krushal's Minimum Spanning Tree Algo)
# What is Minimum Spanning Tree?
Given a connected and undirected graph, a spanning tree of that graph is a subgraph that is a tree and connects all the vertices together. A single graph can have many different spanning trees. A minimum spanning tree (MST) or minimum weight spanning tree for a weighted, connected and undirected graph is a spanning tree with weight less than or equal to the weight of every other spanning tree. The weight of a spanning tree is the sum of weights given to each edge of the spanning tree.

0 comments on commit c35791b

Please sign in to comment.