[leetcode]Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.The same repeated number may be chosen from C unlimited number of times....
分类:
其他好文 时间:
2014-10-21 12:22:27
阅读次数:
170
[leetcode]Combination Sum II...
分类:
其他好文 时间:
2014-10-21 12:20:29
阅读次数:
237
时间限制:10000ms单点时限:1000ms内存限制:256MB描述Finally, you come to the interview room. You know that a Microsoft interviewer is in the room though the door is lo...
分类:
其他好文 时间:
2014-10-20 00:32:35
阅读次数:
291
http://blog.csdn.net/linhuanmars/article/details/20828631这个题是一个NP问题,方法仍然是N-Queens中介绍的套路。基本思路是先排好序,然后每次递归中把剩下的元素一一加到结果集合中,并且把目标减去加入的元素,然后把剩下元素(包括当前加入的元...
分类:
其他好文 时间:
2014-10-18 00:35:49
阅读次数:
221
Bill is developing a new mathematical theory for human emotions. His recent investigations are dedicated to studying how good or bad days influent people's memories about some period of life.
A new i...
分类:
其他好文 时间:
2014-10-17 21:59:29
阅读次数:
229
Description
Lost and AekdyCoin are friends. They always play "number game"(A boring game based on number theory) together. We all know that AekdyCoin is the man called "nuclear weapon of FZU,descen...
分类:
其他好文 时间:
2014-10-17 15:38:24
阅读次数:
282
Information Entropy
Time Limit: 2 Seconds Memory Limit: 65536 KB Special Judge
Information Theory is one of the most popular courses in Marjar University. In this course, there is an...
分类:
其他好文 时间:
2014-10-16 01:01:15
阅读次数:
334
水
Information Entropy
Time Limit: 2 Seconds Memory Limit: 65536 KB Special Judge
Information Theory is one of the most popular courses in Marjar University. In this course, th...
分类:
其他好文 时间:
2014-10-15 02:12:09
阅读次数:
470
递归:class Solution: # @param candidates, a list of integers # @param target, integer # @return a list of lists of integers def combinationS...
分类:
其他好文 时间:
2014-10-14 14:38:48
阅读次数:
148
Information Entropy
Time Limit: 2 Seconds Memory Limit: 65536 KB Special Judge
Information Theory is one of the most popular courses in Marjar University. In this course, there is an i...
分类:
其他好文 时间:
2014-10-12 19:25:08
阅读次数:
206