设为首页 加入收藏

TOP

数据结构(C实现)------- 最小生成树之Prim算法(二)
2015-11-19 23:07:30 来源: 作者: 【 】 浏览:30
Tags:数据结构 实现 ------- 最小 生成 Prim 算法
(0) or UDG(1) :1 Please input vexmun : 4 Please input arcnum : 5 Please input 1th vex(char):a Please input 2th vex(char):b Please input 3th vex(char):c Please input 4th vex(char):d Please input 1th arc v1(char) v2(char) weight(int): a b 1 Please input 2th arc v1(char) v2(char) weight(int): a c 3 Please input 3th arc v1(char) v2(char) weight(int): a d 4 Please input 4th arc v1(char) v2(char) weight(int): b c 2 Please input 5th arc v1(char) v2(char) weight(int): c d 3 Please input the start vex(char):a The result of Prim: a b 1 b c 2 c d 3

?

?

首页 上一页 1 2 下一页 尾页 2/2/2
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇Objective-C 奇巧淫技--IMS 下一篇C语言qsort函数算法性能测试

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: