码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
79-WordSearch
【题目】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 "ad...
分类:其他好文   时间:2015-05-06 10:40:43    阅读次数:159
[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-05-06 06:53:51    阅读次数:135
LeetCode 3 Longest Substring Without Repeating Characters
Problem: 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 lengt...
分类:其他好文   时间:2015-05-05 21:56:58    阅读次数:134
[数学杂志]AML
Copied from:http://www.elsevier.com/journals/applied-mathematics-letters/0893-9659/guide-for-authorsThe purpose ofApplied Mathematics Lettersis to pro...
分类:其他好文   时间:2015-05-05 13:59:48    阅读次数:977
UVALive6814 Lexicography
An anagram of a string is any string that can be formedusing the same letters as the original. (We consider the original string ananagram of itself as well.) For example, the string ACM has thefollow...
分类:其他好文   时间:2015-05-04 22:13:13    阅读次数:277
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-05-04 12:00:15    阅读次数:107
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-05-04 08:37:28    阅读次数:183
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-05-03 20:30:08    阅读次数:112
Java for LeetCode 017 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-05-02 11:04:18    阅读次数:161
C语言:函数处理结构体
#include #include #include struct namect{ char fname[20]; //数组 char *lname; //指针 int letters;};void getinfo(struct namect *);s...
分类:编程语言   时间:2015-05-01 16:04:28    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!