Esempio n. 1
0
        public int CompareTo(Object o)
        {
            Edge e = (Edge)o;

            return(e.weight - this.weight);
        }