标签: algorithm graph minimum-spanning-tree
有完整的无向图,其中大约有10000个顶点。有没有更好的方法来找到最小生成树,而不是Kruskal算法,Prim算法或Borůvka's algorithm?