码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
validator插件的调用方法
$('#form_info').validator({ rules : { username : [/^\w{5,12}$/, "Please enter 5-12 digits, letters, underscores"], email : [/^[\w\+\-]+(\.[\w\...
分类:其他好文   时间:2015-01-26 18:48:12    阅读次数:151
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 telephone buttons) is given below. Input...
分类:其他好文   时间:2015-01-24 22:48:17    阅读次数:161
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 ...
分类:其他好文   时间:2015-01-23 21:19:32    阅读次数:187
[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...
分类:其他好文   时间:2015-01-23 18:30:06    阅读次数:167
[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 fo...
分类:其他好文   时间:2015-01-23 18:12:03    阅读次数:171
[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 telephone buttons) is given below. Inpu...
分类:其他好文   时间:2015-01-22 21:53:23    阅读次数:259
uva 156 Ananagrams
Most crossword puzzle fans are used to anagrams--groups of words with the same letters in different orders--for example OPTS, SPOT, STOP, POTS and POST. Some words however do not have this attribute, ...
分类:其他好文   时间:2015-01-21 18:22:50    阅读次数:218
[LeetCode]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 for "abcabcbb" is "abc", which the length is...
分类:其他好文   时间:2015-01-20 15:42:24    阅读次数:132
GenomicRangeQuery /codility/ preFix sums
首先上题目:A DNA sequence can be represented as a string consisting of the letters A, C, G and T, which correspond to the types of successive nucleotides i...
分类:其他好文   时间:2015-01-19 00:02:29    阅读次数:254
codeforces Round 286# problem A. Mr. Kitayuta's Gift
Mr. Kitayuta has kindly given you a stringsconsisting of lowercase English letters. You are asked to insert exactly one lowercase English letter intos...
分类:其他好文   时间:2015-01-18 23:57:23    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!