Ejemplo n.º 1
0
 public int CompareTo(ISearchable <T> other)
 {
     return(HeuristicValue.CompareTo(other.HeuristicValue));
 }