最小生成樹Prim算法實現(採用鄰接表存儲)C++實現

// Prim算法實現(採用鄰接表存儲).cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdafx.h" #include<iostream> #define MAX 100 #define Infinity 65535 typedef int WeiType
相關文章
相關標籤/搜索