public static PrimMSTAlgorithm Create(EdgeWeightedGraph graph) { return(new PrimMSTAlgorithm(graph)); }