70 likes | 103 Views
MST. A minimum spanning tree connects all the nodes of a given graphAn MST must have all of the following:ConnectedUndirectedAn MST can have the following:Weighted edgesAn undirected graph can have multiple MSTs, depending on:The algorithm being usedIf you wish to have the MST with a specifi
E N D