码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
csu1563: Lexicography以及找出多重集的第k个串的讲解
Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 162  Solved: 52 [Submit][Status][Web Board] Description An anagram of a string is any string that can be formed using the same letters as the...
分类:其他好文   时间:2015-04-07 15:42:17    阅读次数:117
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 "adjace...
分类:其他好文   时间:2015-04-06 21:31:45    阅读次数:136
Letter Combinations of a Phone Number——LeetCode
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2015-04-06 15:30:40    阅读次数:107
Lintcode: Sort Letters by Case
Given a string which contains only letters. Sort it by lower case first and upper case second.NoteIt's not necessary to keep the original order of low...
分类:其他好文   时间:2015-04-06 10:04:22    阅读次数:225
YTUOJ-The mixed letters
Description Mike is very upset that many people on the Internet usually mix uppercase and lowercase letters in one word. That's why he decided to invent an extension for his favorite browser that w...
分类:其他好文   时间:2015-04-03 09:33:05    阅读次数:156
[LeetCode 79] Word Search
题目链接: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...
分类:其他好文   时间:2015-04-03 09:19:28    阅读次数:148
[LeetCode] Letter Combinations of a Phone Number
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 telephone b...
分类:其他好文   时间:2015-04-03 01:38:10    阅读次数:160
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 ...
分类:其他好文   时间:2015-04-02 10:26:41    阅读次数:127
Codeforces Round #166 (Div. 2)---D. Good Substrings(字符串)
You’ve got string s, consisting of small English letters. Some of the English letters are good, the rest are bad.A substring s[l…r] (1?≤?l?≤?r?≤?|s|) of string s??=??s1s2…s|s| (where |s| is the length...
分类:其他好文   时间:2015-04-01 22:07:34    阅读次数:221
[*leetcode 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 telephon...
分类:其他好文   时间:2015-04-01 00:06:37    阅读次数:119
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!