码迷,mamicode.com
首页 >  
搜索关键字:combinations    ( 963个结果
22. 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: 解 ...
分类:其他好文   时间:2017-11-13 21:21:56    阅读次数:114
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 telepho ...
分类:其他好文   时间:2017-11-10 18:42:03    阅读次数:135
Generate Parentheses
描述 Given n pairs of parentheses, write a function to generate all combinations of wellformed parentheses.For example, given n = 3, a solution set is:" ...
分类:其他好文   时间:2017-11-07 18:03:46    阅读次数:131
Leetcode 40: 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 num ...
分类:其他好文   时间:2017-11-07 14:33:30    阅读次数:169
Leetcode 39: Combination Sum
Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C where the candidate numbers sums ...
分类:其他好文   时间:2017-11-07 13:24:56    阅读次数:216
lintcode153- Combination Sum II- medium
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 num ...
分类:其他好文   时间:2017-11-02 14:24:42    阅读次数:150
377. Combination Sum IV
Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target. ...
分类:其他好文   时间:2017-10-19 21:15:18    阅读次数:205
22. 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: ...
分类:其他好文   时间:2017-10-17 18:43:02    阅读次数:132
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 telepho ...
分类:其他好文   时间:2017-10-17 17:25:31    阅读次数:171
[LeetCode] Coin Change 2 硬币找零之二
You are given coins of different denominations and a total amount of money. Write a function to compute the number of combinations that make up that a ...
分类:其他好文   时间:2017-10-15 00:38:39    阅读次数:144
963条   上一页 1 ... 16 17 18 19 20 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!