码迷,mamicode.com
首页 >  
搜索关键字:journey    ( 233个结果
hihocoder 1828 Saving Tang Monk II (DP+BFS)
题目链接 Problem Description 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Ch ...
分类:其他好文   时间:2018-09-22 23:23:13    阅读次数:251
ACM-ICPC2018北京网络赛 Saving Tang Monk II(bfs+优先队列)
题目1 : Saving Tang Monk II 题目1 : Saving Tang Monk II 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 《Journey to the West》(also 《Monkey》) is one of the Four Grea ...
分类:其他好文   时间:2018-09-22 21:27:09    阅读次数:289
ACM-ICPC 2018青岛网络赛-A题 Saving Tang Monk II
做法:优先队列 题目1 : Saving Tang Monk II 做法:优先队列 题目1 : Saving Tang Monk II 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 《Journey to the West》(also 《Monkey》) is one ...
分类:其他好文   时间:2018-09-22 18:29:57    阅读次数:299
与平面和空间打交道的计算几何
计算几何基础 Jack Straws(POJ 1127) 原题如下: Jack Straws Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 5494 Accepted: 2504 Description In the game ...
分类:其他好文   时间:2018-09-18 23:54:14    阅读次数:231
BIT+DP
2018CCPC网络赛 J - YJJ's Salesman HDU - 6447 YJJ is a salesman who has traveled through western country. YJJ is always on journey. Either is he at the de ...
分类:其他好文   时间:2018-09-09 15:17:30    阅读次数:138
HDU 6447 - YJJ's Salesman - [树状数组优化DP][2018CCPC网络选拔赛第10题]
Problem DescriptionYJJ is a salesman who has traveled through western country. YJJ is always on journey. Either is he at the destination, or on the wa ...
分类:编程语言   时间:2018-09-03 13:54:32    阅读次数:183
[bzoj2657][Zjoi2012]旅游 journey_ 对偶图_树形dp
旅游 bzoj-2657 Zjoi-2012 题目大意:题目链接 注释:$1\le K\le 2\cdot 10^5$。 想法:这题... 感觉和上一个题的提示有些类似,就是题目生怕你不知道这是一道对偶图的题... ... 我们先把它转成对偶图。然后我们只把分割n变形的线段两侧的点之间连边,这样就是 ...
分类:其他好文   时间:2018-08-31 23:25:50    阅读次数:206
vue-Prop
字符串形式列出的prop: props:['title', 'likes'] 如果希望每一个prop都有指定的类型,可以用对象的形式列出prop,这些属性的名称和值分别是prop各自的名称和类型: props: { title:String, likes: Number } 给prop传递一个静态值 ...
分类:其他好文   时间:2018-08-31 21:32:19    阅读次数:246
poj-2488 a knight's journey(搜索题)
Time limit1000 ms Memory limit65536 kB Background The knight is getting bored of seeing the same black and white squares again and again and has decid ...
分类:其他好文   时间:2018-08-19 01:04:43    阅读次数:179
Codeforces Round #374 (Div. 2)-C. Journey DP
C. Journey 题意: 在一个DAG(有向无环图)中,问从1 到 n 点,在时间限制K下,最多能游玩几个地点,把游玩的顺序顺便输出。 思路: 感觉dp,一维不够就加一维,我一开始有想到dp,但是只是一维的去推,推着感觉不正确。这次用dp[i][j],表示到j点已游玩i个地点的最少时间。 DAG ...
分类:其他好文   时间:2018-07-21 00:13:18    阅读次数:180
233条   上一页 1 ... 5 6 7 8 9 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!