Created with Snap 1 2 3 4 5 6 7 Component [1] has maximal weight: 04x.25x.5x1x2x4x?E = Sort(Edges,byWeight)for e in E:if not CreatingCircuit(e):AddEdge(e)1234