码迷,mamicode.com
首页 >  
搜索关键字:possible    ( 2665个结果
LeetCode: Subsets I & II
1 SubsetGiven a set of distinct integers,nums, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set ...
分类:其他好文   时间:2015-05-05 15:47:23    阅读次数:109
String to Integer (atoi)
https://leetcode.com/problems/string-to-integer-atoi/Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. ...
分类:其他好文   时间:2015-05-04 20:08:49    阅读次数:128
Subsets *
Given a set of distinct integers,nums, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not...
分类:其他好文   时间:2015-05-04 20:05:13    阅读次数:111
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...
分类:其他好文   时间:2015-05-04 12:00:15    阅读次数:107
leetcode || 140、Word Break II
problem: Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word. Return all such possible sentences. For exa...
分类:其他好文   时间:2015-05-04 10:02:34    阅读次数:116
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 telep...
分类:其他好文   时间:2015-05-04 08:37:28    阅读次数:183
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 telephon...
分类:其他好文   时间:2015-05-03 20:30:08    阅读次数:112
Java for LeetCode 017 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-05-02 11:04:18    阅读次数:161
Subsets II ——LeetCode
Given a collection of integers that might contain duplicates,nums, return all possible subsets.Note:Elements in a subset must be in non-descending ord...
分类:其他好文   时间:2015-05-01 17:21:12    阅读次数:113
Palindrome Partitioning
题目:Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, ...
分类:其他好文   时间:2015-05-01 00:32:38    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!