会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
hemeiwolong
博客园
首页
新随笔
联系
管理
订阅
2018年5月10日
tarjan强连通模板
摘要: #include//用于求一个图存在多少个强连通分量 #include #include using namespace std; #define maxn 1000000 vectormp[maxn]; int vis[maxn];//标记该点是否被tarjan int dfn[maxn];//时间戳 int low[maxn];//low为该点能追溯到的最根的祖先 int n,m,c...
阅读全文
posted @ 2018-05-10 22:51 hemeiwolong
阅读(114)
评论(0)
推荐(0)
编辑
公告