Problem
Consider the following array
(a) Starting with vertex v4 , trace through Prim's algorithm to find a minimum spanning tree for the graph represented by the array shown here.
(b) Show the set of edges that comprise the minimum spanning tree.
(c) What is the cost of the minimum spanning tree?