minux_sufe
minux_sufe
全部文章
分类
算法(2)
题解(28)
归档
标签
去牛客网
登录
/
注册
Code Rush
0x00
全部文章
(共2篇)
割点判断,分情况考虑
#include <bits/stdc++.h> using namespace std; typedef unsigned long long ULL; const int N=1005; const int M=1005; int n, m; int head[N], E=0; ...
边双连通分量
tarjan
割点
2020-07-03
1
504
tarjan判边-双连通分量(eBCC)
#include <cstring> #include <algorithm> #include <iostream> #include <stack> using namespace std; const int N=5005; const int...
边双连通分量
桥
tarjan
缩点
2020-07-03
0
509