码迷,mamicode.com
首页 >  
搜索关键字:poj 2007 scrambled p    ( 20315个结果
poj 2299 Ultra-QuickSort
Ultra-QuickSort Time Limit: 7000MS   Memory Limit: 65536K Total Submissions: 39436   Accepted: 14214 Description In this problem, you have to analyze a particular sorting...
分类:其他好文   时间:2014-07-11 08:30:42    阅读次数:264
poj1753 Flip Game(枚举Enum+dfs)
poj1753 Flip Game(枚举Enum+dfs)...
分类:其他好文   时间:2014-07-11 00:57:41    阅读次数:251
POJ 2109 :Power of Cryptography
Power of Cryptography Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 18258   Accepted: 9208 Description Current work in cryptography involves (among oth...
分类:其他好文   时间:2014-07-10 23:57:35    阅读次数:335
POJ 1789 Truck History
Truck History Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 17275   Accepted: 6623 Description Advanced Cargo Movement, Ltd. uses trucks of different typ...
分类:其他好文   时间:2014-07-10 23:51:01    阅读次数:266
POJ 2063 Investment
完全背包问题。 我的背包训练第二题。按照背包九讲的步骤来搞。 题意是说给你一些本钱,然后有一些债券可以购买,不同的债券会有不同的利润,在规定年限内,利润要最大。 债券是无限制购买的,(完全背包)获得的利润可以买债券,(背包变大) 每年都可以选择债券,也就是每年都要重新开始,(每年一次) 最后得出你手上的钱有多少。这道题题目中提示了 1000的倍数。但是本钱...
分类:其他好文   时间:2014-07-10 21:29:48    阅读次数:222
poj2965 The Pilots Brothers' refrigerator(直接计算或枚举Enum+dfs)
POJ2965 The Pilots Brothers' refrigerator(直接计算或枚举Enum+dfs)...
分类:其他好文   时间:2014-07-10 21:18:20    阅读次数:188
POJ 1276 Cash Machine
Cash Machine Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 26675   Accepted: 9419 Description A Bank plans to install a machine for cash withdrawal. The ...
分类:其他好文   时间:2014-07-10 21:00:41    阅读次数:151
POJ 2823 Sliding Window 单调队列题解
本题是单调队列题解的入门,当然也可以使用RMQ 和 线段树,不过速度都没有单调队列那么快。 单调队列难点: 1 如何入列,保存数据 -- 最小单调队列的时候, 所有数都入列一次,在新的数据准备入列的时候,增加判断,如果当前数值小于队尾数值,那么队尾数值就出列。空队列的时候直接入列。 2 保存的数列是什么样的? 举例吧: 1 3 -1 -3 5 3 6 7 构建最小单调队列 第一个数值1...
分类:Windows程序   时间:2014-07-10 20:42:58    阅读次数:281
POJ 2253 Frogger
Frogger Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 24618   Accepted: 7992 Description Freddy Frog is sitting on a stone in the middle of a lake. Sudde...
分类:其他好文   时间:2014-07-10 20:13:26    阅读次数:271
poj 1156 Palindrome
Palindrome Time Limit: 3000MS   Memory Limit: 65536K Total Submissions: 51631   Accepted: 17768 Description A palindrome is a symmetrical string, that is, a string read i...
分类:其他好文   时间:2014-07-10 19:53:48    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!