码迷,mamicode.com
首页 >  
搜索关键字:uva 10200 prime tim    ( 11153个结果
UVA 540(队列)
Description   Team Queue  Queues and Priority Queues are data structures which are known to most computer scientists. The Team Queue, however, is not so well known, though ...
分类:其他好文   时间:2014-06-03 04:45:44    阅读次数:288
UVA 548(二叉树重建与遍历)
J - Tree Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-05-16) Description   Tree  ...
分类:其他好文   时间:2014-06-03 03:06:52    阅读次数:359
uva301重做,一次ac!
旧题重做,一次AC!...
分类:其他好文   时间:2014-06-03 02:26:12    阅读次数:232
UVA 297 Quadtrees(四叉树建树、合并与遍历)
K - Quadtrees Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-01-02) Description  Quadt...
分类:其他好文   时间:2014-06-03 01:41:23    阅读次数:268
UVA 699(二叉树建树与遍历)
M - The Falling Leaves Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-02-08) Description ...
分类:其他好文   时间:2014-06-03 00:55:54    阅读次数:342
UVA 712(二叉树模拟)
L - S-Trees Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-04-01) Description   S-Tree...
分类:其他好文   时间:2014-06-03 00:53:43    阅读次数:335
UVA 10844 - Bloques (第二类斯特灵数)
UVA 10844 - Bloques 题目链接 题意:给定n个数字,问这n个数字能分成子集分成有几种分法 思路:一开始先想了个状态,dp[i][j]表示放i个数字,分成j个集合的方案,那么转移为,从dp[i - 1][j - 1]在多一个集合,和从dp[i - 1][j]有j个位置放,那么转移方程为dp[i][j] = dp[i - 1][j - 1] + dp[i - 1][j]...
分类:其他好文   时间:2014-06-02 05:29:09    阅读次数:254
poj3126
题目链接: http://poj.org/problem?id=3126 题目: Prime Path Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10737   Accepted: 6110 Description The ministers of...
分类:其他好文   时间:2014-06-02 02:21:22    阅读次数:228
OJ帐号保存
TOJ 614173971 HDU 宇智波佐助 POJ shiai ZOJ henyumen UVa henyumen Light OJ HENYUMEN...
分类:其他好文   时间:2014-06-01 13:59:09    阅读次数:210
Prime Path
Prime PathTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 10729Accepted: 6109DescriptionThe ministers of the cabinet were quite upset by the ...
分类:其他好文   时间:2014-06-01 12:11:35    阅读次数:174
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!