码迷,mamicode.com
首页 >  
搜索关键字:combinations    ( 963个结果
LeetCode --- 40. Combination Sum II
题目链接: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 use...
分类:其他好文   时间:2015-02-06 21:48:23    阅读次数:290
LeetCode --- 39. Combination Sum
题目链接: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 fro...
分类:其他好文   时间:2015-02-06 21:47:21    阅读次数:158
[LeetCode]77.Combinations
Given two integers n and k, return all possible combinations of k numbers out of 1 … n....
分类:其他好文   时间:2015-02-06 18:57:02    阅读次数:185
[LeetCode] 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 telephon...
分类:其他好文   时间:2015-02-06 11:12:30    阅读次数:95
leetcode------Letter Combinations of a Phone Number
---恢复内容开始---标题:Letter Combinations of a Phone Number通过率:26.6%难度:中等Given a digit string, return all possible letter combinations that the number could ...
分类:其他好文   时间:2015-02-05 13:00:15    阅读次数:173
leetcode.17-----------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 telephone buttons) is given below. Input:Digit st...
分类:其他好文   时间:2015-02-04 09:32:52    阅读次数:189
LeetCode 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 telephone buttons) is given below. Input:Digit st...
分类:其他好文   时间:2015-01-31 20:40:11    阅读次数:119
leetcode 39: Combination Sum
Total Accepted: 32226 Total Submissions: 117691 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. ...
分类:其他好文   时间:2015-01-31 16:21:19    阅读次数:137
LeetCode --- 22. Generate Parentheses
题目链接:Generate Parentheses Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. For example, given n = 3, a solution set is: "((()))", "(()())", "(...
分类:其他好文   时间:2015-01-31 14:46:33    阅读次数:141
LeetCode --- 17. Letter Combinations of a Phone Number
题目链接: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 telephone...
分类:其他好文   时间:2015-01-30 22:43:16    阅读次数:175
963条   上一页 1 ... 66 67 68 69 70 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!