码迷,mamicode.com
首页 >  
搜索关键字:jungle roads    ( 729个结果
poj2431 Expedition优先队列
Description A group of cows grabbed a truck and ventured on an expedition deep into the jungle. Being rather poor drivers, the cows unfortunately mana ...
分类:其他好文   时间:2016-08-20 21:43:11    阅读次数:152
UVAlive 6622 Absurdistan Roads(最小生成树+LCA)
题目地址:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4633 思路:每个点之间连边,权值为两点之间的最短距离。则该图的最小生成树的n-1条边在最终的n条边内。则两点(i,j)之间距离为dist[i]+dist[j]-2*dist[ L...
分类:其他好文   时间:2016-08-20 19:31:31    阅读次数:171
Funny Car Racing(最短路变形)
描述 There is a funny car racing in a city with n junctions and m directed roads. The funny part is: each road is open and closed periodically. Each roa ...
分类:其他好文   时间:2016-08-20 11:20:46    阅读次数:156
Blowing in the wind 翻译
How many roads must a man walk down Before they call him a man How many seas must a white dove sail Before she sleeps in the sand How many times must ...
分类:Windows程序   时间:2016-08-17 14:01:13    阅读次数:168
HDU 5807 Keep In Touch DP
Keep In Touch Problem Description There are n cities numbered with successive integers from 1 to n in Byteland. Also, there are m one-way roads connec ...
分类:其他好文   时间:2016-08-12 18:17:42    阅读次数:135
图论精炼500题
以下是最小生成树+并查集 【HDU】1213 How Many Tables 基础并查集★1272 小希的迷宫 基础并查集★1325&&poj1308 Is It A Tree? 基础并查集★1856 More is better 基础并查集★1102 Constructing Roads 基础最小 ...
分类:其他好文   时间:2016-08-11 17:44:44    阅读次数:237
hdu 1025 Constructing Roads In JGShining's Kingdom(DP + 二分)
此博客为转发 Constructing Roads In JGShining's Kingdom Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Description ...
分类:其他好文   时间:2016-08-11 17:26:24    阅读次数:177
【CodeForces 567E】President and Roads(最短路)
Description Berland has n cities, the capital is located in city s, and the historic home town of the President is in city t (s?≠?t). The cities are c ...
分类:其他好文   时间:2016-08-08 12:35:40    阅读次数:177
HDU 1102 Constructing Roads【简单最小生成树,Prime算法+Kruskal算法】
Constructing Roads Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 20765    Accepted Submission(s): 7934 Problem Description There ...
分类:编程语言   时间:2016-08-05 01:05:35    阅读次数:210
HDU 1301 &POJ 1215 Jungle Roads【最小生成树,Prime算法+Kruskal算法】
Jungle Roads Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6737    Accepted Submission(s): 4893 Problem Description The Head ...
分类:编程语言   时间:2016-08-05 01:00:51    阅读次数:182
729条   上一页 1 ... 32 33 34 35 36 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!