码迷,mamicode.com
首页 >  
搜索关键字:longest consecutive    ( 3017个结果
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 letter ...
分类:其他好文   时间:2019-02-16 19:25:38    阅读次数:173
PAT 甲级 1096 Consecutive Factors
https://pintia.cn/problem-sets/994805342720868352/problems/994805370650738688 Among all the factors of a positive integer N, there may exist several c ...
分类:其他好文   时间:2019-02-15 13:20:35    阅读次数:155
14. Longest Common Prefix
14. Longest Common Prefix Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return ...
分类:其他好文   时间:2019-02-14 22:28:40    阅读次数:200
5. Longest Palindromic Substring
5. Longest Palindromic Substring Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. E ...
分类:其他好文   时间:2019-02-14 00:20:31    阅读次数:172
3. Longest Substring Without Repeating Characters
3. Longest Substring Without Repeating Characters Given a string, find the length of the longest substring without repeating characters. Example 1: In ...
分类:其他好文   时间:2019-02-14 00:19:11    阅读次数:163
UVA11089 Fi-binary Number【数学规律】
A Fi binary number is a number that contains only 0 and 1. It does not contain any leading 0. And also it does not contain 2 consecutive 1. The first ...
分类:其他好文   时间:2019-02-13 00:21:20    阅读次数:237
【LeetCode】数组
https://leetcode.com/tag/array/ ...
分类:编程语言   时间:2019-02-11 20:04:55    阅读次数:189
LC 516. Longest Palindromic Subsequence
Given a string s, find the longest palindromic subsequence's length in s. You may assume that the maximum length of s is 1000. Example 1:Input: Output ...
分类:其他好文   时间:2019-02-11 12:26:57    阅读次数:172
Code War每天一练第三天
Take 2 strings s1 and s2 including only letters from ato z. Return a new sorted string, the longest possible, containing distinct letters, each taken ...
分类:其他好文   时间:2019-02-11 10:25:28    阅读次数:210
Longest Palindromic Substring(最长回文子串)
Description: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Example 2: ...
分类:其他好文   时间:2019-02-10 23:08:13    阅读次数:232
3017条   上一页 1 ... 41 42 43 44 45 ... 302 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!