Description: Minimum spanning tree.cpp
If You have a connected, undirected graph, a spanning tree
of that graph is a subgraph which is a tree and connects
all the vertices together.
Here You can do it with in C++ Language.
- [5502255] - Minimum Spanning Tree
- [prim] - Prim s algorithm is an algorithm in grap
- [KRUSKAL] - * create a forest F (a set of trees), w
File list (Check if you may need any files):
Minimum Spanning Tree
.....................\Minimum spanning tree.cpp
.....................\ReadME.txt