摘要:
题目链接: "http://acm.whu.edu.cn/land/problem/detail?problem_id=1537" Stones I Time Limit: 1000MSMemory Limit: 65536KB 问题描述 Xiaoming took the flight MH370 阅读全文
摘要:
0、目录 无向图割顶和桥、无向图双连通分量、有向图强连通分量、TwoSAT、并查集、拓扑排序、黑白染色、欧拉图、表达式树 (参考自白皮) 1、无向图割顶和桥 int pre[maxn],low[maxn],iscut[maxn],dfs_clock; //int isbrige[maxm]; int 阅读全文