#MST(Minimum Spanning Tree, 最小生成樹)
##Spanning Tree
##Minimum Spanning Tree
###Kruskal’s algorithm *Psuedocode ###Prim’s algorithm
#include <cstdio> using namespace std; int main() { }
Please enable JavaScript to view the comments powered by Disqus.