码迷,mamicode.com
首页 >  
搜索关键字:combinations    ( 963个结果
[LeetCode][Java] 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 ...
分类:编程语言   时间:2017-07-18 20:11:36    阅读次数:123
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-07-18 10:05:01    阅读次数:143
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-07-18 01:50:42    阅读次数:224
Leetcode题解(4):L216/Combination Sum III
L216: Combination Sum III Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and e ...
分类:其他好文   时间:2017-07-16 20:19:05    阅读次数:153
[Leetcode] combinations 组合
Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. For example,If n = 4 and k = 2, a solution is: 题意:给定1...n个数, ...
分类:其他好文   时间:2017-07-09 12:29:19    阅读次数:148
LeetCode 93. Restore IP Addresses 20170705 部分之前做了没写的题目
Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example:Given "25525511135", return ["2 ...
分类:其他好文   时间:2017-07-05 13:40:53    阅读次数:167
Combination Sum III -- leetcode
Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be ...
分类:其他好文   时间:2017-07-04 14:54:15    阅读次数:158
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-07-04 00:55:49    阅读次数:192
leetcode: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. ...
分类:其他好文   时间:2017-07-03 17:27:38    阅读次数:157
[leetcode-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-06-24 17:23:30    阅读次数:123
963条   上一页 1 ... 19 20 21 22 23 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!