Question :Maximum spanning tree is the spanning tree with maximum length of tree, apply the concept of Prims to find Maximum spanning tree of graph below {Hint : Sort and check in decreasing order instead of increasing order which was the case in finding Min Spanning tree and follow the Prims Algo}
Observations

Prim's