资源大小: 11KB
发布时间: 2011-07-16
文件格式: zip
下载次数: 3
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

//贪心算法//最小生成树的kruskal的算法#include "stdafx.h"#include#include#includeusing namespace std;//int maxint=mar_maxint;class BinaryTree;class EdgeNode//边的数据结构{private: int u,v;//边所在的顶点 double weight;//边的权值 friend ostream&operator<<(ostream&os,const EdgeNode&E); friend void Kruskal(vector&E,vector&B,vector&N); //friend bool maxless(const EdgeNode&E1,const EdgeNode&E2);public: EdgeNode(int u1=0,int v1=0,double weight1=0):u(u1),v(v1),weight(weigh


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。