会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Whatbeg's blog
路漫漫其修远兮,仍须上下而求索
博客园
首页
新随笔
联系
订阅
管理
2014年6月4日
二分图最大匹配匈牙利算法模板两种
摘要: 1.邻接表(vector向量法)vector G[N];int Search_Path(int s){ for(int i=0;i#include #include #include #include using namespace std;#define N 1007int path[N][...
阅读全文
posted @ 2014-06-04 14:27 whatbeg
阅读(421)
评论(0)
推荐(0)
编辑
公告