Example #1
0
 public static PrimMSTAlgorithm Create(EdgeWeightedGraph graph)
 {
     return(new PrimMSTAlgorithm(graph));
 }