码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
Regex count lowercase letters
Description: Your task is simply to count the total number of lowercase letters in a string. Examples LowercaseCountCheck("abc") == 3 LowercaseCountCh
分类:其他好文   时间:2016-02-14 06:51:35    阅读次数:217
【LeetCode从零单排】No 3 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
分类:其他好文   时间:2016-02-06 14:11:21    阅读次数:131
Maximum Product of Word
Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You may assum
分类:其他好文   时间:2016-02-04 06:45:15    阅读次数:271
[LeetCode]Word Search
Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjac
分类:其他好文   时间:2016-02-01 18:51:44    阅读次数:131
LeetCode "Remove Duplicate Letters" !!
Interesting Greedy.. classichttps://leetcode.com/discuss/75529/c-simple-solution-easy-understandingclass Solution {public: string removeDuplicateLe...
分类:其他好文   时间:2016-01-27 08:12:33    阅读次数:195
Identifiers
IdentifierAnidentifieris an arbitrarily long sequence of digits, underscores, lowercase and uppercase Latin letters, and most Unicode characters (disa...
分类:其他好文   时间:2016-01-26 16:32:20    阅读次数:282
Maximum Product of Word Lengths -- LeetCode
Given a string arraywords, find the maximum value oflength(word[i]) * length(word[j])where the two words do not share common letters. You may assume t...
分类:其他好文   时间:2016-01-18 06:55:13    阅读次数:166
【leetcode】Maximum Product of Word Lengths
Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You may assum...
分类:其他好文   时间:2016-01-15 15:54:50    阅读次数:152
LeetCode
Problem:Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You m...
分类:其他好文   时间:2016-01-14 22:17:03    阅读次数:176
1345条   上一页 1 ... 82 83 84 85 86 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!