码迷,mamicode.com
首页 >  
搜索关键字:possible    ( 2665个结果
LeetCode String to Integer (atoi)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input case...
分类:其他好文   时间:2015-01-09 00:16:53    阅读次数:233
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-08 22:51:58    阅读次数:270
LeetCode: Subsets 解题报告
SubsetsGiven a set of distinct integers, S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set mus...
分类:其他好文   时间:2015-01-08 21:27:08    阅读次数:361
[C++]LeetCode: 79 Next Permutation (下一个排列,常见面试题)
题目: Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not possible, it must rearrange it as the lowest p...
分类:编程语言   时间:2015-01-08 18:11:48    阅读次数:322
LeetCode--String to Integer (atoi)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input ca...
分类:其他好文   时间:2015-01-08 09:41:06    阅读次数:187
[leetcode]
问题描述: 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 example, given ...
分类:其他好文   时间:2015-01-07 22:09:58    阅读次数:295
Java-Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. For example, given s = "aab", Return [ ["aa","b"]...
分类:编程语言   时间:2015-01-07 18:54:40    阅读次数:134
Redis学习总结之二——Redis配置文件(Windows版)
# Redis configuration file example# Note on units: when memory size is needed, it is possible to specify# it in the usual form of 1k 5GB 4M and so for...
分类:Windows程序   时间:2015-01-07 18:28:11    阅读次数:381
[leetcode] Subsets II
Subsets IIGiven a collection of integers that might contain duplicates,S, return all possible subsets.Note:Elements in a subset must be in non-descend...
分类:其他好文   时间:2015-01-06 21:19:17    阅读次数:135
[leetcode] Subsets
SubsetsGiven a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must...
分类:其他好文   时间:2015-01-06 19:48:38    阅读次数:143
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!