传送门 Description Alex has two sequences a1,a2,...,an and b1,b2,...,bm. He wants find a longest common subsequence that consists of consecutive values i ...
分类:
其他好文 时间:
2016-10-07 11:25:11
阅读次数:
150
Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This ...
分类:
其他好文 时间:
2016-10-07 01:14:31
阅读次数:
112
A.Nearest Neighbor Search B.Odd Discount C.Eight Queens D.Longest Common Subsequence E.Coins F.Floyd-Warshall G.Road History H.Around the World I.Long ...
分类:
其他好文 时间:
2016-10-05 21:54:56
阅读次数:
157
Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng ...
分类:
其他好文 时间:
2016-10-05 17:30:33
阅读次数:
114
问题描述: Given a string, find the length of the longest substring without repeating characters. 样例: Given "abcabcbb", the answer is "abc", which the leng ...
分类:
其他好文 时间:
2016-10-05 17:30:25
阅读次数:
99
Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This ...
分类:
其他好文 时间:
2016-10-05 12:39:27
阅读次数:
133
P1470 最长前缀 Longest Prefix P1470 最长前缀 Longest Prefix P1470 最长前缀 Longest Prefix 73通过 236提交 题目提供者该用户不存在 标签USACO 难度普及/提高- 提交 讨论 题解 最新讨论 求大神指导,为何错? 题目描述 在生 ...
分类:
其他好文 时间:
2016-10-03 19:29:52
阅读次数:
311
Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring. For "(()", the lo ...
分类:
其他好文 时间:
2016-10-03 12:46:25
阅读次数:
94