Exemplo n.º 1
0
 public Graph <T> CreateSMT()
 {
     return(Prim.CreateMinimumSpanningTreeFor(this));
 }