State the number of edges in a minimum spanning tree for a network with 10 vertices.
State the number of edges in a minimum spanning tree for a network with \(n\) vertices.
The following network has 10 vertices: \(A , B , \ldots , J\). The number on each edge represents the distance between a pair of adjacent vertices.
\includegraphics[max width=\textwidth, alt={}, center]{44bbec2c-32f4-4d28-9dd6-d89387228454-06_921_1710_717_150}
Use Kruskal's algorithm to find the minimum spanning tree for the network.