码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
[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 “adjacent” cells are those horizontally or vertically neig...
分类:其他好文   时间:2015-04-13 14:46:16    阅读次数:104
SDUT 3185 Lexicography(排列问题(不会))
Lexicography Time Limit: 1000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述 An anagram of a string is any string that can be formed using the same letters as the original. (We consi...
分类:其他好文   时间:2015-04-13 11:02:49    阅读次数:115
LeetCode: Letter Combinations of a Phone Number
Title:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the te...
分类:其他好文   时间:2015-04-13 09:24:58    阅读次数:142
leetcode || 79、Word Search
problem: 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 horizo...
分类:其他好文   时间:2015-04-10 11:23:44    阅读次数:153
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-10 07:00:16    阅读次数:120
LeetCode3 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-09 15:18:13    阅读次数:115
LeetCode --- 91. Decode Ways
题目链接: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, ...
分类:其他好文   时间:2015-04-09 11:57:51    阅读次数:165
LeetCode Submission Details
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-08 13:20:30    阅读次数:124
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...
分类:其他好文   时间:2015-04-08 12:38:11    阅读次数:129
CSU1563:Lexicography(数学)
Description An anagram of a string is any string that can be formed using the same letters as the original. (We consider the original string an anagram of itself as well.) For example, the string...
分类:其他好文   时间:2015-04-07 17:45:41    阅读次数:114
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!