码迷,mamicode.com
首页 >  
搜索关键字:letters    ( 1345个结果
Java for 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-06-09 21:26:18    阅读次数:163
Java for LeetCode 208 Implement Trie (Prefix Tree)
Implement a trie with insert, search, and startsWith methods. Note:You may assume that all inputs are consist of lowercase letters a-z.解题思路:参考百度百科:Tri...
分类:编程语言   时间:2015-06-09 19:31:02    阅读次数:135
Longest Substring Without Repeating Characters2015年6月9日
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-06-09 16:59:44    阅读次数:135
Decode Ways
message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message contain...
分类:其他好文   时间:2015-06-09 08:28:19    阅读次数:116
[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 for “abcabcbb” is “abc”, which the length is 3. For “...
分类:其他好文   时间:2015-06-08 17:32:43    阅读次数:136
hdu2399GPA
Problem DescriptionEach course grade is one of the following five letters: A, B, C, D, and F. (Note that there is no grade E.) The grade A indicates s...
分类:其他好文   时间:2015-06-06 18:09:14    阅读次数:100
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...
分类:其他好文   时间:2015-06-06 14:57:54    阅读次数:120
LeetCode 3:LongestSubString
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-06-06 10:25:13    阅读次数:115
leetcode ----Trie专题
一:Implement Trie (Prefix Tree) 题目: Implement a trie with insert, search, and startsWith methods. Note: You may assume that all inputs are consist of lowercase letters a-z. 分析:此题是典型的trie树,...
分类:其他好文   时间:2015-06-05 22:42:59    阅读次数:182
【Decode Ways】cpp
题目:A message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message co...
分类:其他好文   时间:2015-06-04 15:41:42    阅读次数:112
1345条   上一页 1 ... 96 97 98 99 100 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!