会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ckxkexing
君子性非异也,善假于物也。 追求极致的软件开发效能!
博客园
首页
新随笔
联系
订阅
管理
2018年7月30日
UVA - 10462-Is There A Second Way Left? Kruskal求次小生成树
摘要: UVA - 10462 题意: 求次小生成树的模板题,这道题因为有重边的存在,所以用kruskal求比较好。 #include <iostream> #include <cstdio> #include <algorithm> #include <cstring> #include <string>
阅读全文
posted @ 2018-07-30 22:11 ckxkexing
阅读(114)
评论(0)
推荐(0)
编辑
公告