划水_小星
划水_小星
全部文章
分类
python代码实例学习(2)
基础算法小结(5)
未归档(3)
爬虫学习(14)
题解(11)
归档
标签
去牛客网
登录
/
注册
划水_小星的博客
加油!
全部文章
(共1篇)
Tarjan算法求强连通分量(SCC缩点)
#include<iostream> #include<algorithm> #include<cstring> #include<stack> using namespace std; struct ss{ int v; int ...
Tarjan
SCC缩点
强连通分量
2021-01-01
1
658