码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
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...
分类:其他好文   时间:2015-04-19 15:49:13    阅读次数:98
Decode Ways
https://leetcode.com/problems/decode-ways/A message containing letters fromA-Zis being decoded to numbers using the following mapping:'A' -> 1'B' -> 2...
分类:其他好文   时间:2015-04-19 01:04:45    阅读次数:122
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...
分类:其他好文   时间:2015-04-18 23:29:41    阅读次数:123
17. Letter Combinations of a Phone Number
题目:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telep...
分类:其他好文   时间:2015-04-17 01:03:11    阅读次数:128
[LeetCode] Longest Substring Without Repeating Characters
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 ...
分类:其他好文   时间:2015-04-16 21:54:27    阅读次数:126
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 nu...
分类:其他好文   时间:2015-04-15 23:22:45    阅读次数:212
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...
分类:其他好文   时间:2015-04-15 21:12:09    阅读次数:125
leetcode || 91、Decode Ways
problem: 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, de...
分类:其他好文   时间:2015-04-15 13:32:12    阅读次数:158
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...
分类:其他好文   时间:2015-04-14 23:12:41    阅读次数:111
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 "adjacent" cells are those horizontally or vertically...
分类:其他好文   时间:2015-04-14 13:03:34    阅读次数:139
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!