题目描述:Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating lette...
分类:
其他好文 时间:
2014-10-09 02:29:17
阅读次数:
178
Implement wildcard pattern matching with support for '?' and '*'.'?' Matches any single character.'*' Matches any sequence of characters (including th...
分类:
其他好文 时间:
2014-10-08 11:12:55
阅读次数:
249
DescriptionD Anti-Rhyme Pairs Input: Standard Input Output: Standard Output Often two words that rhyme also end in the same sequence of characters. We...
分类:
其他好文 时间:
2014-10-08 11:01:35
阅读次数:
261
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 = "ADOBECODE...
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="ADOBECODEBA...
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:
其他好文 时间:
2014-10-04 01:10:45
阅读次数:
200
Unfortunately, I have not found a proper way to type in Chinese characters!When i want to install new software on my pear os8 it shows that "Requires ...
分类:
其他好文 时间:
2014-10-03 00:16:23
阅读次数:
176
The init method is a special method that gets invoked when an object is instantiated. Its full name is __init__ (two underscore characters, followed b...
分类:
其他好文 时间:
2014-10-02 18:06:23
阅读次数:
142
Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequence of characters (including the e...
分类:
其他好文 时间:
2014-10-02 16:44:03
阅读次数:
157
[leetcode]Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid....
分类:
其他好文 时间:
2014-10-02 12:40:02
阅读次数:
130