Ejemplo n.º 1
0
 public double CompareTo(edge other)
 {
     return(w.CompareTo(other.w));
 }