码迷,mamicode.com
首页 >  
搜索关键字:combinations    ( 963个结果
Combination Sum II
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
leetcode - Combination Sum
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
Letter Combinations of a Phone Number
题目描述: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
Combination Sum
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)
[LeetCode] 017. Letter Combinations of a Phone Number (Medium) (C++/Java/Python)...
分类:编程语言   时间:2015-03-04 17:02:45    阅读次数:230
Letter Combinations of a Phone Number
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
LeetCode Combination Sum II
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
LeetCode Combination Sum
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
[LeetCode] Restore IP Addresses 复原IP地址
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
LeetCode Restore IP Addresses
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
963条   上一页 1 ... 63 64 65 66 67 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!