归档 2016年9月4日

LeetCode Weekly Contest 3解题报告

LeetCode Weekly Contest 3是LeetCode举办的第二场正式周赛,共4道题目,比赛时长2.5小时。

比赛链接:https://leetcode.com/contest/leetcode-weekly-contest-3/

题解列表:

LeetCode 392. Is Subsequence

LeetCode 393. UTF-8 Validation

LeetCode 394. Decode String

LeetCode 395. Longest Substring with At Least K Repeating Characters

[LeetCode]Longest Substring with At Least K Repeating Characters

题目描述:

LeetCode 395. Longest Substring with At Least K Repeating Characters

Find the length of the longest substring T of a given string (consists of lowercase letters only) such that every character in T appears no less than k times ...

继续阅读

[LeetCode]Decode String

题目描述:

LeetCode 394. Decode String

Given an encoded string, return it's decoded string.

The encoding rule is: k[encoded_string], where the encoded_string inside the square brackets is being repeated exactly k times. Note that k is guaranteed to be a ...

继续阅读

昨天

明天

归档