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-01-06 15:03:38
阅读次数:
157
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, giv...
分类:
其他好文 时间:
2015-01-06 11:37:18
阅读次数:
91
问题描述:
Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.
Below is one possible representation of s1 =
"great":
great
/ ...
分类:
其他好文 时间:
2015-01-05 21:55:47
阅读次数:
192
Given a collection of numbers, return all possible permutations.For example,[1,2,3]have the following permutations:[1,2,3],[1,3,2],[2,1,3],[2,3,1],[3,...
分类:
其他好文 时间:
2015-01-05 21:52:03
阅读次数:
210
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-01-05 00:30:36
阅读次数:
186
英语常用缩写(一)英语常用缩写(一)在日常社交网络聊天聊天,以及办公email往来,为了方便以及节省时间,人们越来越多地用到了缩写,下面是一些最常用的缩写和大家分享。1.o i c =oh,i see .哦,我明白了。2.asap=as soon as possible.尽快。check it ou...
分类:
其他好文 时间:
2015-01-03 22:23:15
阅读次数:
276
Restore IP AddressesGiven a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given"255255...
分类:
其他好文 时间:
2015-01-03 11:49:35
阅读次数:
178
Given a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given"25525511135",return["255.2...
分类:
其他好文 时间:
2015-01-02 13:24:09
阅读次数:
185
题目:Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representat...
分类:
其他好文 时间:
2015-01-02 06:29:15
阅读次数:
197
Given a collection of integers that might contain duplicates,S, return all possible subsets.Note:Elements in a subset must be in non-descending order....
分类:
其他好文 时间:
2014-12-31 17:49:15
阅读次数:
205