码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
Decode Ways
A message containing letters from A-Z is being encoded to numbers using the following mapping: Given an encoded message containing digits, determine t ...
分类:其他好文   时间:2016-08-07 06:13:19    阅读次数:183
FZU 1502 Letter Deletion(DP)
Description You are given two words (each word consists of upper-case English letters). Try to delete some letters from each word so that the resultin ...
分类:其他好文   时间:2016-08-04 09:04:39    阅读次数:126
Remove Duplicate Letters I & II
Remove Duplicate Letters I Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only on ...
分类:其他好文   时间:2016-08-04 06:43:19    阅读次数:174
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-08-04 01:35:28    阅读次数:173
leetcode No79. Word Search
Question: 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...
分类:其他好文   时间:2016-08-03 18:46:15    阅读次数:118
codeforces 589A Email Aliases(map)
Description Polycarp has quite recently learned about email aliases. Of course, he used to suspect that the case of the letters doesn't matter in emai ...
分类:其他好文   时间:2016-08-03 15:05:44    阅读次数:177
以写代学:python 数据类型之字符串,判断用户输入的id是否符合要求
字符串操作符比较操作符:字符串大小按ASCLL码值大小进行比较切片操作符:[]、[:]、[::]成员关系操作符:in、notin脚本:判断用户输入的id是否符合要求#!/usr/bin/envpythonimportstring#定义字符的范围first_id=string.letters+"_"//确定首字符的范围all_id=string.digits+fir..
分类:编程语言   时间:2016-07-23 21:23:10    阅读次数:250
Leetcode-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 telepho ...
分类:其他好文   时间:2016-07-23 01:57:48    阅读次数:197
[LintCode] 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 telepho ...
分类:其他好文   时间:2016-07-21 00:50:37    阅读次数:327
Python序列——字符串
本文介绍Python序列中的字符串。 1. 字符串 字符串支持序列操作。 1.1 string模块预定义字符串 >>> import string >>> string.ascii_letters 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' >>> string.ascii_lowercase 'abcdefghijklmn...
分类:编程语言   时间:2016-07-15 11:20:36    阅读次数:272
1345条   上一页 1 ... 74 75 76 77 78 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!