1.Use the depth-first search numbering obtained in the indicated exercise to list the back edges in the graph. Use the file (5.3jpg)
2. Use Prim's algorithm to find a minimal spanning tree for each weighted graph. (Start at A) Give the weight of the minimal spanning tree found Use 5.2prims.jpg
This shows how to list back edges in a graph and find minimal spanning trees for weight graphs.