码迷,mamicode.com
首页 >  
搜索关键字:contain    ( 5282个结果
Q2:Reverse Words in a String
Clarification:What constitutes a word?A sequence of non-space characters constitutes a word.Could the input string contain leading or trailing spaces?...
分类:其他好文   时间:2014-11-26 20:37:05    阅读次数:142
LeetCode 76 Minimum Window Substring
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 "BANC". ...
分类:Windows程序   时间:2014-11-26 16:33:21    阅读次数:229
ADT 查看 android 源码 The source attachment does not contain the source
按Ctrl + 左击 所要查看的源码出现: The source attachment does not contain the source...step1:点击 project--->点击properties--->选中 Java Build Path 查看Source attachme...
分类:移动开发   时间:2014-11-26 06:34:46    阅读次数:195
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 ...
分类:其他好文   时间:2014-11-26 01:05:29    阅读次数:166
[LeetCode] 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 ...
分类:其他好文   时间:2014-11-24 09:50:10    阅读次数:168
Leetcode-Minimum Window Substring
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 = "ADOBECOD...
分类:Windows程序   时间:2014-11-24 08:41:35    阅读次数:322
最小覆盖子串
# 题目 > 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 "B...
分类:其他好文   时间:2014-11-23 23:36:47    阅读次数:411
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...
分类:其他好文   时间:2014-11-23 14:34:54    阅读次数:158
LeetCode Permutations II
题目 Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2] have the following unique permutations:[1,1,2], [1,2,1], and [2,1,1].思路分析:Pe...
分类:其他好文   时间:2014-11-23 13:10:47    阅读次数:226
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....
分类:其他好文   时间:2014-11-23 12:56:59    阅读次数:179
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!