DFS與最大匹配
摘要:
其實(shí)就是個DFS。題目:http://acm.swust.edu.cn/oj/problem/0827/View Code #include "iostream"#include "string"#include "cstring"#include "algorithm"using namespace std;#define maxn 105#define INF 0xFFFFFFFint map[maxn][maxn], mid, k, N, M;int Link[maxn]; //記錄行的狀態(tài)int used[ 閱讀全文
posted @ 2012-03-22 19:28 More study needed. 閱讀(216) 評論(0) 推薦(0)
浙公網(wǎng)安備 33010602011771號