Description: The program adopt the frequently used Prim algorithm to generate a minimum spanning tree, when you run the program, it will show the edge of the minimum spanning tree from the
starting point to each edge node , and will show the weights of each edge.
To Search:
File list (Check if you may need any files):
Graph\Graph.cpp
.....\AdjLGraph.h
Graph