hihor學習日記:hiho一下 第五十五週 (點的雙連通分量)

http://hihocoder.com/contest/hiho55/problem/1 與邊的雙聯通分量類似,這個是求的割點 僞代碼: void dfs(int u) { //記錄dfs遍歷次序 static int counter = 0; //記錄節點u的子樹數 int children = 0; ArcNode *p = graph[u].firstArc; vis
相關文章
相關標籤/搜索