Ejemplo n.º 1
0
 public KeyValuePair <TDistance, TVertex>[] ToArray2()
 {
     return(heap.ToPriorityValueArray());
 }