码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
用Python写一个猜数字游戏
2015.5.25第一天下载Python IDLE,写个猜数字的小游戏来熟悉这门语言: 1 times=6 2 letters=[100] 3 for i in range(1,times): 4 a = input("input the number you guess:") 5 ...
分类:编程语言   时间:2015-05-26 09:08:06    阅读次数:181
【Letter Combinations of a Phone Number】cpp
题目: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-22 14:55:29    阅读次数:135
leetcode212:Word Search II
问题描述点此链接 Given a 2D board and a list of words from the dictionary, find all words in the board.Each word must be constructed from letters of sequentially adjacent cell, where “adjacent” cells are tho...
分类:其他好文   时间:2015-05-22 09:47:17    阅读次数:108
leetcode 212-Word Search II
Given a 2D board and a list of words from the dictionary, find all words in the board.Each word must be constructed from letters of sequentially adjac...
分类:其他好文   时间:2015-05-20 22:14:40    阅读次数:122
【leetcode】Word Search II(hard)★
Given a 2D board and a list of words from the dictionary, find all words in the board.Each word must be constructed from letters of sequentially adjac...
分类:其他好文   时间:2015-05-20 13:07:43    阅读次数:123
leetcode - Word Search II
题目:leetcode Word Search II   Given a 2D board and a list of words from the dictionary, find all words in the board. Each word must be constructed from letters of sequentially adjacen...
分类:其他好文   时间:2015-05-20 09:48:31    阅读次数:164
LeetCode 003. Longest Substring Without Repeating
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 3. F...
分类:其他好文   时间:2015-05-20 02:18:57    阅读次数:100
[LeetCode] Word Search II 词语搜索之二
Given a 2D board and a list of words from the dictionary, find all words in the board.Each word must be constructed from letters of sequentially adjac...
分类:其他好文   时间:2015-05-20 02:02:51    阅读次数:107
【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 ...
分类:其他好文   时间:2015-05-19 19:13:24    阅读次数:121
【LeetCode】Word Search II 解题报告
【题目】 Given a 2D board and a list of words from the dictionary, find all words in the board. Each word must be constructed from letters of sequentially adjacent cell, where "adjacent" cells are...
分类:其他好文   时间:2015-05-19 19:10:30    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!