题目: 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
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 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 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 Given a string, find the length of the longest substring without repeating characters. Example 1: In ...
分类:
其他好文 时间:
2019-02-14 00:19:11
阅读次数:
163
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
https://leetcode.com/tag/array/ ...
分类:
编程语言 时间:
2019-02-11 20:04:55
阅读次数:
189
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
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
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