1 / 13
Run greedy on the triangle K3K_3 with edge weights w(ab)=3w(ab)=3, w(bc)=2w(bc)=2, w(ca)=1w(ca)=1. What is the weight of the maximum-weight spanning tree it returns?
Review the explanation for this topic →

Your answer