Created with Snap 1 2 3 4 5 6 7 8 9 10 Weight of spanning graph: 1168.004x.25x.5x1x2x4x?E = Sort(Edges,byDecreasingWeight)for e in E:if not DisconnectingGraph(e):RemoveEdge(e)1234