码迷,mamicode.com
首页 >  
搜索关键字:contain    ( 5282个结果
Subsets -- leetcode
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
Minimum Window Substring -- leetcode
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...
分类:Windows程序   时间:2015-04-13 09:42:33    阅读次数:201
leetcode || 78、Subsets
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
Add Two Numbers
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
Add two numbers
题目: 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
练习编程之leetcode篇----------(2)Add Two Numbers
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
Leetcode2 Add Two Numbers
描述: 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
一.语法:background-size: [ , ]* = [ | | auto ]{1,2} | cover | contain默认值:auto取值::用长度值指定背景图像大小。不允许负值。:用百分比指定背景图像大小。不允许负值。auto:背景图像的真实大小。cover:将背景图像等比缩放...
分类:其他好文   时间:2015-04-08 14:52:20    阅读次数:126
LeetCode --- 90. Subsets II
题目链接: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
LeetCode Subsets
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!