码迷,mamicode.com
首页 >  
搜索关键字:longest ordered subs    ( 3212个结果
HDU 5904 LCIS (最长公共上升序列)
传送门 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
leetcode409
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
Longest Substring Without Repeating Characters
题目如下: Python代码: ...
分类:其他好文   时间:2016-10-06 22:18:28    阅读次数:131
弱校连萌 10.2
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
LeetCode 3.Longest Substring Without Repeating Characters
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
Longest Substring Without Repeating Characters问题
问题描述: 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
[LeetCode] Longest Palindrome 最长回文串
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
longest-palindrome
...
分类:其他好文   时间:2016-10-03 23:27:49    阅读次数:144
洛谷P1470 最长前缀 Longest Prefix
P1470 最长前缀 Longest Prefix P1470 最长前缀 Longest Prefix P1470 最长前缀 Longest Prefix 73通过 236提交 题目提供者该用户不存在 标签USACO 难度普及/提高- 提交 讨论 题解 最新讨论 求大神指导,为何错? 题目描述 在生 ...
分类:其他好文   时间:2016-10-03 19:29:52    阅读次数:311
Longest Valid Parentheses
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!