tarjan算法求無向圖的橋、邊雙連通份量並縮點

  // tarjan算法求無向圖的橋、邊雙連通份量並縮點 #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> #include<vector> using namespace std; const int SIZE = 100010; int head[SIZE], ver[SIZE * 2], Ne
相關文章
相關標籤/搜索