Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where
the candidate numbers sums to T.
Each number in C may only be used once in the combinati...
分类:
其他好文 时间:
2015-03-06 01:06:30
阅读次数:
126
Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesamerepeated num...
分类:
其他好文 时间:
2015-03-05 20:51:58
阅读次数:
124
题目描述:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the tel...
分类:
其他好文 时间:
2015-03-05 16:43:43
阅读次数:
156
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...
分类:
其他好文 时间:
2015-03-05 10:52:44
阅读次数:
148
[LeetCode] 017. Letter Combinations of a Phone Number (Medium) (C++/Java/Python)...
分类:
编程语言 时间:
2015-03-04 17:02:45
阅读次数:
230
Letter Combinations of a Phone NumberGiven a digit string, return all possible letter combinations that the number could represent.A mapping of digit ...
分类:
其他好文 时间:
2015-03-04 16:17:59
阅读次数:
141
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where
the candidate numbers sums to T.
Each number in C may only be used once in the combina...
分类:
其他好文 时间:
2015-03-04 11:05:06
阅读次数:
151
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 numb...
分类:
其他好文 时间:
2015-03-03 22:13:49
阅读次数:
232
Given a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given"25525511135",return["255.2...
分类:
其他好文 时间:
2015-02-28 16:20:03
阅读次数:
119
Given a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given "25525511135",return ["255.255.11.135", "255.255.111.35"]. (Order does not m...
分类:
其他好文 时间:
2015-02-23 10:55:22
阅读次数:
176