码迷,mamicode.com
首页 >  
搜索关键字:each    ( 14050个结果
poj 1469 (hdu1083)COURSES 最大匹配
COURSES Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 17153   Accepted: 6740 Description Consider a group of N students and P courses. Each student visit...
分类:其他好文   时间:2014-07-24 11:33:53    阅读次数:275
[ACM] POJ 3061 Subsequence (尺取法)
Subsequence Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 8403   Accepted: 3264 Description A sequence of N positive integers (10 < N < 100 000), each of...
分类:其他好文   时间:2014-07-24 10:27:40    阅读次数:215
Add Two Numbers leetcode java
题目:You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin....
分类:编程语言   时间:2014-07-24 10:01:23    阅读次数:223
Copy List with Random Pointer leetcode java
题目:A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.Return a deep c....
分类:编程语言   时间:2014-07-24 10:00:33    阅读次数:310
UVa 10651 Pebble Solitaire(DP 记忆化搜索)
Pebble Solitaire   Pebble solitaire is an interesting game. This is a game where you are given a board with an arrangement of small cavities, initially all but one occupied by a pebble each. The...
分类:其他好文   时间:2014-07-23 22:38:37    阅读次数:344
uva 12723 概率dp
Dudu is a very starving possum. He currently stands in the first shelf of a fridge. This fridge iscomposed of N shelves, and each shelf has a number Q...
分类:其他好文   时间:2014-07-23 22:23:57    阅读次数:300
glTexGen
【glTexGen】 Rather than having to explicitly provide a texture coordinate for each vertex, we can use texture coordinate generation (texgen) functions....
分类:其他好文   时间:2014-07-23 20:48:55    阅读次数:227
UVa 10051 Tower of Cubes(DP 最长序列)
Problem A: Tower of Cubes  In this problem you are given N colorful cubes each having a distinct weight. Each face of a cube is colored with one color. Your job is to build a tower using th...
分类:其他好文   时间:2014-07-23 17:07:51    阅读次数:251
hdu oj Period (kmp的应用)
Period Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 2866    Accepted Submission(s): 1433 Problem Description For each prefix of ...
分类:其他好文   时间:2014-07-23 17:07:01    阅读次数:234
[leetcode]Add Two Numbers
Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes co...
分类:其他好文   时间:2014-07-23 16:51:51    阅读次数:251
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!