码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
[LeetCode][Java] 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 v...
分类:编程语言   时间:2015-07-18 14:13:45    阅读次数:125
[leedcode 91] Decode Ways
A message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message conta...
分类:其他好文   时间:2015-07-16 16:24:34    阅读次数:101
Decode Ways
Question A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 Given an encoded message containing digits, determin...
分类:其他好文   时间:2015-07-15 13:18:24    阅读次数:117
[LeetCode] 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, wher...
分类:其他好文   时间:2015-07-14 20:16:26    阅读次数:114
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-07-13 22:01:03    阅读次数:106
自定义View----点击滑动选择字母列表
由于项目需要,也不想使用网上的写好的控件,于是作死的自己定义了一个控件,特此记录下成功。效果如下: 首先需要把所有的字母绘制出来。 private static String letters[] = { "A","B","C","D","E","F","G", "H","I","J","K","L","M","N", "O","...
分类:其他好文   时间:2015-07-13 18:37:22    阅读次数:131
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 for “abcabcbb” is “abc”, which the length is 3. For “...
分类:其他好文   时间:2015-07-13 00:51:06    阅读次数:112
3.Longest Substring Without Repeating Characters(string; DP)
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-07-11 06:43:10    阅读次数:124
[LeetCode][Java] 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-07-10 09:41:01    阅读次数:181
Case swapping
Case swappingDescription:Given a string, swap the case for each of the letters.e.g. CodEwArs --> cODeWaRSExamplesKata.Swap("") == ""Kata.Swap("CodeWar...
分类:移动开发   时间:2015-07-09 09:36:05    阅读次数:159
1345条   上一页 1 ... 93 94 95 96 97 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!