摘要: 点双连通 poj1523 题目链接 题意 给出无向图,求割点,并给出每个割点去掉后会形成几个分量 思路 tarjan,会形成几个分量注意根节点的不同即可 代码 #include <iostream> #include <cstring> #include <string> #include <alg 阅读全文
posted @ 2023-02-03 02:27 lemonsbiscuit 阅读(14) 评论(0) 推荐(0) 编辑