码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
leetcode - Decode Ways
A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 Given an encoded message containing digits, determine the total numb...
分类:其他好文   时间:2014-10-26 17:04:00    阅读次数:194
【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 for "abcabcbb" is "abc", which the length is...
分类:其他好文   时间:2014-10-26 11:49:53    阅读次数:203
[LeetCode] Longest Substring Without Repeating Characters (LinkedHashSet的妙用)
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "abcabcbb" is "abc", which the length is 3. Fo...
分类:其他好文   时间:2014-10-25 07:04:13    阅读次数:208
Decode Ways
A message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message conta...
分类:其他好文   时间:2014-10-22 14:15:29    阅读次数:134
Word Search | LeetCode
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 "adjace...
分类:其他好文   时间:2014-10-22 12:50:11    阅读次数:274
LeetCode: Word Search 解题报告
Word SearchGiven 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, wh...
分类:其他好文   时间:2014-10-21 17:05:25    阅读次数:253
【WeChall 】Stegano Challenges:Training: LSB
Topic request: This?is?a?very?simple,?yet?spectacular?trick. Can?you?see?the?hidden?solution? Note:?The?solution?is?bound?to?your?session?ID?and?consists?of?twelve?letters...
分类:其他好文   时间:2014-10-21 04:42:04    阅读次数:1790
没有重复字符的子串的最大长度
题目:Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters...
分类:其他好文   时间:2014-10-20 21:11:05    阅读次数:203
leetcode第18题--Letter Combinations of a Phone Number
Problem:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the ...
分类:其他好文   时间:2014-10-18 23:48:28    阅读次数:156
Longest Substring Without Repeating Characters
[leetcode] Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "abcabcbb" is "abc", which the length is 3. For "bbbbb" the longest substring is "b", with th...
分类:其他好文   时间:2014-10-15 11:42:20    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!