码迷,mamicode.com
首页 >  
搜索关键字:cyclic tour    ( 613个结果
uva1347 Tour
uva1347 Tour 题目大意: 两个人同时从最左点出发,沿着两条不同的路径走到最右点(除了起点和终点每个点走且仅走一次) ...
分类:其他好文   时间:2017-08-21 09:51:42    阅读次数:168
2017 济南综合班 Day 6
循环移动 (cyclic.cpp/c/pas) (1s/256M) 问题描述 给出一个字符串S与N个操作。每个操作用三元组(L, R, K)进行描述:操作将字符串第L个到第R个位置构成的子串循环移动K次。一次循环移动就是将字符串最后的这个字符移动到第一位,其余的字符顺次后移。 例如,对于字符串aba ...
分类:其他好文   时间:2017-08-18 20:02:32    阅读次数:178
HDU——T 3746 Cyclic Nacklace
http://acm.hdu.edu.cn/showproblem.php?pid=3746 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 9 ...
分类:其他好文   时间:2017-08-17 21:22:24    阅读次数:151
【二分图匹配入门专题1】M - Cyclic Tour hdu1853【km算法--判断自重边】
There are N cities in our country, and M one-way roads connecting them. Now Little Tom wants to make several cyclic tours, which satisfy that, each cy ...
分类:编程语言   时间:2017-08-14 16:23:46    阅读次数:180
hdoj 3746 Cyclic Nacklace
Problem Description CC always becomes very depressed at the end of this month, he has checked his credit card yesterday, without any surprise, there a ...
分类:其他好文   时间:2017-08-08 14:01:31    阅读次数:176
【Dijkstra+邻接表求次短路】POJ Sightseeing 3463
Language: Default Sightseeing Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 7766 Accepted: 2766 Description Tour operator Your Personal H ...
分类:其他好文   时间:2017-08-05 20:32:52    阅读次数:239
UVA 1347 Tour DP
题目链接: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=446&page=show_problem&problem=4093 题目描述: 有N个点, 要求求一个回路的最短距离。(N <= ...
分类:其他好文   时间:2017-08-01 22:55:40    阅读次数:98
POJ 2135.Farm Tour 消负圈法最小费用流
Evacuation Plan Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 4914 Accepted: 1284 Special Judge Description The City has a number of muni ...
分类:其他好文   时间:2017-07-29 12:42:37    阅读次数:230
POJ 2135.Farm Tour 最小费用流
Farm Tour Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 17307 Accepted: 6687 Description When FJ's friends visit him on the farm, he like ...
分类:其他好文   时间:2017-07-28 23:40:14    阅读次数:261
Codeforces 490F Treeland Tour(离散化 + 线段树合并)
题目链接 Treeland Tour 题目就是让你求树上LIS 先离散化,然后再线段树上操作。一些细节需要注意一下。 ...
分类:其他好文   时间:2017-07-21 23:18:50    阅读次数:298
613条   上一页 1 ... 17 18 19 20 21 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!