并查集
并查集
DeterminedDiligent
这个作者很懒,什么都没留下…
展开
-
南阳502 筹建工程
描述 省政府“畅通工程”的目标是使全省任何两个村庄间都可以实现公路交通(但不一定有直接的公路相连,只要能间接通过公路可达即可)。经过调查评估,得到的统计表中列出了有可能建设公路的若干条道路的成本(道路是双向的)。现请你编写程序,计算出全省畅通需要的最低成本。输入测试输入包含若干测试用例。第一行一个整数 T (T 试用例的第 1 行给出评估的道路条数 N、村庄数目 M ( 1 为简单原创 2015-05-19 07:04:32 · 361 阅读 · 0 评论 -
The Suspects poj 1611 【并查集】
DescriptionSevere acute respiratory syndrome (SARS), an atypical pneumonia of unknown aetiology, was recognized as a global threat in mid-March 2003. To minimize transmission to others, the best s原创 2015-08-13 15:49:39 · 325 阅读 · 0 评论 -
Cube Stacking POJ1988 【并查集的应用】
http://poj.org/problem?id=1988DescriptionFarmer John and Betsy are playing a game with N (1 moves and counts. * In a move operation, Farmer John asks Bessie to move the stack containing原创 2015-08-27 09:52:08 · 1197 阅读 · 0 评论 -
一笔画问题 南阳oj42 【并查集+欧拉通路的判断】
描述zyc从小就比较喜欢玩一些小游戏,其中就包括画一笔画,他想请你帮他写一个程序,判断一个图是否能够用一笔画下来。规定,所有的边都只能画一次,不能重复画。 输入第一行只有一个正整数N(N每组测试数据的第一行有两个正整数P,Q(P随后的Q行,每行有两个正整数A,B(0输出如果存在符合条件的连线,则输出"Yes",如果不存在符合条件的连线,输原创 2015-08-12 16:59:08 · 855 阅读 · 0 评论 -
hdu杭电1232 畅通工程
Problem Description某省调查城镇交通状况,得到现有城镇道路统计表,表中列出了每条道路直接连通的城镇。省政府“畅通工程”的目标是使全省任何两个城镇间都可以实现交通(但不一定有直接的道路相连,只要互相间接通过道路可达即可)。问最少还需要建设多少条道路? Input测试输入包含若干测试用例。每个测试用例的第1行给出两个正整数,分别是城镇数目N ( < 100原创 2015-05-17 00:44:12 · 398 阅读 · 0 评论 -
hdu杭电1856 More is better【并查集】
Problem DescriptionMr Wang wants some boys to help him with a project. Because the project is rather complex,the more boys come, the better it will be. Of course there are certain requirements.原创 2015-07-29 17:46:42 · 702 阅读 · 0 评论 -
hdu杭电1272 小希的迷宫【并查集】
Problem Description上次Gardon的迷宫城堡小希玩了很久(见Problem B),现在她也想设计一个迷宫让Gardon来走。但是她设计迷宫的思路不一样,首先她认为所有的通道都应该是双向连通的,就是说如果有一个通道连通了房间A和B,那么既可以通过它从房间A走到房间B,也可以通过它从房间B走到房间A,为了提高难度,小希希望任意两个房间有且仅有一条路径可以相通(除非走了回头路)。原创 2015-07-29 17:38:23 · 534 阅读 · 0 评论 -
hdu杭电2120 Ice_cream's world I【并查集】
Problem Descriptionice_cream's world is a rich country, it has many fertile lands. Today, the queen of ice_cream wants award land to diligent ACMers. So there are some watchtowers are set up, and wa原创 2015-07-29 17:39:16 · 357 阅读 · 0 评论 -
hdu杭电1213 How Many Tables【并查集】
Problem DescriptionToday is Ignatius' birthday. He invites a lot of friends. Now it's dinner time. Ignatius wants to know how many tables he needs at least. You have to notice that not all the frien原创 2015-07-29 17:43:10 · 503 阅读 · 0 评论 -
Dragon Balls HDU杭电3635 【并查集,递归的方法找根节点】
Problem DescriptionFive hundred years later, the number of dragon balls will increase unexpectedly, so it's too difficult for Monkey King(WuKong) to gather all of the dragon balls together.H原创 2015-08-02 18:07:38 · 933 阅读 · 0 评论