码迷,mamicode.com
首页 >  
搜索关键字:characters    ( 2378个结果
关于最长不重复子串的问题
题目描述: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
Leetcode: Wildcard Matching
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
UVA - 12338 Anti-Rhyme Pairs (哈希)
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
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 = "ADOBECODE...
分类:Windows程序   时间:2014-10-06 02:49:19    阅读次数:344
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="ADOBECODEBA...
分类:Windows程序   时间:2014-10-04 19:19:27    阅读次数:191
【Leetcode】Longest Substring Without Repeating Characters
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
"souces.list" of My Pear OS8
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
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
[Leetcode] Wildcard Matching
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
Valid Parentheses
[leetcode]Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid....
分类:其他好文   时间:2014-10-02 12:40:02    阅读次数:130
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!