码迷,mamicode.com
首页 >  
搜索关键字:treasure hunting    ( 289个结果
【网络流】 HDU 3468 Treasure Hunting
题意: A-Z&&a-z 表示 集结点 从A点出发经过 最短步数 走到下一个集结点(A的下一个集结点为B ,Z的下一个集结点为a) 的路上遇到金子(*)则能够捡走(一个点仅仅能捡一次) 求从A点出发走遍全部的的集结点 最多能捡多少金子 思路:先对于第 i 个集结点用BFS求出 对于每一个点从该集结点 ...
分类:其他好文   时间:2017-05-18 18:39:48    阅读次数:202
(转)Awesome Courses
Awesome Courses Introduction There is a lot of hidden treasure lying within university pages scattered across the internet. This list is an attempt to ...
分类:其他好文   时间:2017-05-09 14:59:46    阅读次数:266
ZOJ 3626 Treasure Hunt I(树形dp)
Treasure Hunt I Time Limit: 2 Seconds Memory Limit: 65536 KB Akiba is a dangerous country since a bloodsucker living there. Sometimes the bloodsucker ...
分类:其他好文   时间:2017-05-02 12:01:37    阅读次数:193
cug oj 1479 Treasure Chest Lock (区间dp 思维)
1479: Treasure Chest Lock Time Limit: 1 Sec Memory Limit: 128 MB Submit: 7 Solved: 5 [Submit][Status][Web Board] Description Vic has a treasure chest. ...
分类:其他好文   时间:2017-04-29 17:33:28    阅读次数:219
poj2594最小顶点覆盖+传递闭包
传递闭包最开始是在Floyd-Warshall算法里面出现的,当时这算法用的很少就被我忽视了。。 传递闭包是指如果i能到达k,并且k能到达j,那么i就能到达j Have you ever read any book about treasure exploration? Have you ever ...
分类:其他好文   时间:2017-04-22 20:45:08    阅读次数:254
ZOJ3209(KB3-B DLX)
Treasure Map Your boss once had got many copies of a treasure map. Unfortunately, all the copies are now broken to many rectangular pieces, and what m ...
分类:其他好文   时间:2017-04-15 22:40:49    阅读次数:293
uva 12325 枚举暴力 b
Some brave warriors come to a lost village. They are very lucky and find a lot of treasures and a big treasure chest, but with angry zombies. The warr ...
分类:其他好文   时间:2017-04-01 22:56:44    阅读次数:375
HDU3236 Gift Hunting
1 /* 2 HDU3236 Gift Hunting 3 http://acm.hdu.edu.cn/showproblem.php?pid=3236 4 dp 滚动数组 5 * 6 * 7 */ 8 #include 9 #include 10 using namespace std; 11 c... ...
分类:其他好文   时间:2017-03-24 11:45:48    阅读次数:149
SPOJ BGSHOOT 线段树
BGSHOOT - Shoot and kill The problem is about Mr.BG who is a great hunter. Today he has gone to a dense forest for hunting and killing animals. Sadly, ...
分类:其他好文   时间:2017-03-20 20:41:19    阅读次数:196
[USACO08OPEN]寻宝之路Clear And Present Danger
https://www.luogu.org/problem/show?pid=2910 题目描述 Farmer John is on a boat seeking fabled treasure on one of the N (1 <= N <= 100) islands conveniently ...
分类:其他好文   时间:2017-03-19 16:02:51    阅读次数:175
289条   上一页 1 ... 10 11 12 13 14 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!