C#:实现kruskals算法 using System; using System.Collections.Generic; class Edge : IComparable<Edge> { public<