码迷,mamicode.com
首页 >  
搜索关键字:letter    ( 1667个结果
[LeetCode] Letter Combinations of a Phone Number
Well, a typical backtracking problem. Make sure you are clear with the following three problems:What is a partial solution and when is it finished? --...
分类:其他好文   时间:2015-06-17 00:34:16    阅读次数:142
hdu1161Eddy's mistakes
Problem DescriptionEddy usually writes articles ,but he likes mixing the English letter uses, for example "computer science" is written frequently "co...
分类:其他好文   时间:2015-06-16 21:07:10    阅读次数:140
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-06-14 21:13:20    阅读次数:125
[LeetCode-JAVA] Word Ladder II
题目:Given two words (startandend), and a dictionary, find all shortest transformation sequence(s) fromstarttoend, such that:Only one letter can be chan...
分类:编程语言   时间:2015-06-14 15:01:43    阅读次数:216
hdu1686 Oulipo
Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group. A quote from the book: Tout avait ...
分类:其他好文   时间:2015-06-12 15:02:16    阅读次数:98
计算机科学论文网站集锦
arXivThe arXiv (pronounced "archive", as if the "X" were the Greek letter Chi, χ) is a repository of electronic preprints, known as e-prints, of scien...
分类:Web程序   时间:2015-06-07 14:32:58    阅读次数:128
PAT 1003 Sharing (25)
题目描述 To store English words, one method is to use linked lists and store a word letter by letter. To save some space, we may let the words share the same sublist if they share the same suffix. For...
分类:其他好文   时间:2015-06-06 10:37:31    阅读次数:169
Eddy's mistakes(字母大小写转换)strlwr函数的应用
Problem DescriptionEddy usually writes articles ,but he likes mixing the English letter uses, for example "computer science" is written frequently "co...
分类:其他好文   时间:2015-06-05 19:09:09    阅读次数:131
Project Euler:Problem 42 Coded triangle numbers
The nth term of the sequence of triangle numbers is given by, tn = ½n(n+1); so the first ten triangle numbers are: 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, ... By converting each letter in a word to a...
分类:其他好文   时间:2015-06-05 12:29:01    阅读次数:128
[LeetCode][JavaScript]Letter Combinations of a Phone Number
Letter Combinations of a Phone NumberTotal Accepted:40709Total Submissions:157759My SubmissionsQuestionSolutionGiven a digit string, return all possib...
分类:编程语言   时间:2015-06-05 06:09:34    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!