POJ 3352 浅谈边双连通分量缩点

本文通过一道POJ 3352题目介绍了如何利用Tarjan算法求解图的边双连通分量,并探讨如何找到使图成为双连通图所需的最少边数。详细解析了题意,指出在当前配置下,确保任意两点间可达。解题策略包括双连通分量的计算、点的收缩以及最终答案的得出——树的子节点数加1后除2。
摘要由CSDN通过智能技术生成

这里写图片描述
世界真的很大
刚刚才刷了一道边双连通的Tarjan
感觉不够,迅速再敲一道练手
然后1A,哇哇哇哇
虽然是一道水题,但我自己不会说出来233

看题先:

description:

给定图G,求最少加多少边可以成为双连通图。

input:

The first line of input will consist of positive integers n and r, separated by a space, where 3 ≤ n ≤ 1000 is the number of tourist attractions on the island, and 2 ≤ r ≤ 1000 is the number of roads. The tourist attractions are conveniently labelled from 1 to n. Each of the following r lines will consist of two integers, v and w, separated by a space, indicating that a road exists between the attractions labelled v and w. Note that you may

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值