Given 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 not contain duplicate subsets.
For exa...
分类:
其他好文 时间:
2015-04-13 16:46:47
阅读次数:
130
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).
For example,
S = "ADOBECODEBANC"
T = "ABC"
Minimum window is "BAN...
problem:
Given 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 not contain duplicate sub...
分类:
其他好文 时间:
2015-04-10 11:35:42
阅读次数:
181
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2015-04-09 15:16:42
阅读次数:
103
题目: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin...
分类:
其他好文 时间:
2015-04-09 06:20:09
阅读次数:
147
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2015-04-08 22:55:54
阅读次数:
142
描述: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin...
分类:
其他好文 时间:
2015-04-08 21:15:14
阅读次数:
107
一.语法:background-size: [ , ]* = [ | | auto ]{1,2} | cover | contain默认值:auto取值::用长度值指定背景图像大小。不允许负值。:用百分比指定背景图像大小。不允许负值。auto:背景图像的真实大小。cover:将背景图像等比缩放...
分类:
其他好文 时间:
2015-04-08 14:52:20
阅读次数:
126
题目链接:Subsets II
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.The solution set must not ...
分类:
其他好文 时间:
2015-04-07 23:33:25
阅读次数:
156
Given 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 not contain duplicate subsets.
For exa...
分类:
其他好文 时间:
2015-04-07 21:38:13
阅读次数:
138